mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
swagger doc
This commit is contained in:
@@ -123,8 +123,8 @@ class ContractTemplateObligationModule extends BaseController
|
||||
$contract_template_obligation->sequence = $sequence;
|
||||
$contract_template_obligation->reference = $reference;
|
||||
$contract_template_obligation->content = json_encode($content);
|
||||
$contract_template_obligation->must_complete = $must_complete;
|
||||
$contract_template_obligation->must_accept = $must_accept;
|
||||
$contract_template_obligation->must_complete = $must_complete ?? 2;
|
||||
$contract_template_obligation->must_accept = $must_accept ?? 2;
|
||||
$contract_template_obligation->complete_day_range = $complete_day_range;
|
||||
$contract_template_obligation->type = $type;
|
||||
$contract_template_obligation->status = config('constants.contract_template_obligation.status.active');
|
||||
|
||||
Reference in New Issue
Block a user