mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
bug
This commit is contained in:
@@ -43,7 +43,6 @@ class ContractDoneCheck implements Rule
|
||||
->first();
|
||||
|
||||
foreach ($contract->contract_obligation_list as $key => $row) {
|
||||
echo $row->status;
|
||||
if ($row->status != config('constants.contract_obligation.status.active')) {
|
||||
$allow = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user