mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
contract generate
This commit is contained in:
+15
-1
@@ -39,6 +39,13 @@
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
'contact' => [
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
'contract_obligation' => [
|
||||
'complete_status' => [
|
||||
'pending' => 9,
|
||||
@@ -54,5 +61,12 @@
|
||||
'offer_service' => 2,
|
||||
'received_service' => 3,
|
||||
]
|
||||
]
|
||||
],
|
||||
'contract_dependency' => [
|
||||
'status' => [
|
||||
'active' => 1,
|
||||
'delete' => 2,
|
||||
'pending' => 9
|
||||
]
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user