mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
contract template obligation dependency api
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
'contract_template_obligation_dependency' => [
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
'contract_obligation' => [
|
||||
'complete_status' => [
|
||||
'pending' => 9,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
'email' => 'EMAIL_ERROR',
|
||||
'unique' => 'UNIQUE_ERRO',
|
||||
'confirmed' => 'CONFIRM_ERROR',
|
||||
'obligation_depend_error' => 'OBLIGATION_DEPEND_ERROR',
|
||||
'min' => [
|
||||
'string' => 'MIN_ERROR_:min',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user