mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +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;
|
||||
|
||||
Reference in New Issue
Block a user