mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
fix create contract bug
This commit is contained in:
@@ -129,6 +129,7 @@ class ContractModule extends BaseController
|
||||
|
||||
// generate contract obligation dependency
|
||||
foreach ($contract_template_obligation_list as $key => $row) {
|
||||
dd($row);
|
||||
$contract_template_obligation_dependency = $row->contract_template_obligation_dependency()
|
||||
->where('status', config('constants.contract_template_obligation_dependency.status.active'))
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user