mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
fix contract obligation reference
This commit is contained in:
@@ -114,6 +114,7 @@ class ContractObligationModule extends BaseController
|
||||
$contract_obligation->contract_id = $contract->id;
|
||||
$contract_obligation->contract_template_obligation_id = $contract_template_obligation->id;
|
||||
$contract_obligation->name = $contract_template_obligation->name;
|
||||
$contract_obligation->reference = $contract_template_obligation->reference;
|
||||
$contract_obligation->sequence = $contract_template_obligation->sequence;
|
||||
$contract_obligation->content = json_encode($contract_template_obligation->content);
|
||||
$contract_obligation->must_complete = $contract_template_obligation->must_complete;
|
||||
|
||||
Generated
-7812
File diff suppressed because it is too large
Load Diff
Generated
-16127
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,6 @@
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"leaflet": "^1.4.0",
|
||||
"linearicons": "^1.0.1",
|
||||
"luxon": "^1.24.1",
|
||||
"material-design-icons-iconfont": "^4.0.5",
|
||||
"mockjs": "^1.0.1-beta3",
|
||||
|
||||
Reference in New Issue
Block a user