mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-24 06:44:07 +00:00
contract_obligation_contract_dependency checking on complete and accept
This commit is contained in:
@@ -41,7 +41,7 @@ class ContractObligationEntitySignatureCheck implements Rule
|
||||
$entity_signature = EntitySignature::find($entity_signature_id);
|
||||
|
||||
if ($entity_signature) {
|
||||
if ($entity_signature->type == config('constants.entity.signature.master')) {
|
||||
if ($entity_signature->type == config('constants.entity.signature.master_key')) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user