diff --git a/application/Contract/Contract.php b/application/Contract/Contract.php index 48c552cfa..ac10bfe50 100644 --- a/application/Contract/Contract.php +++ b/application/Contract/Contract.php @@ -816,7 +816,7 @@ class Contract extends mfBaseModel { * */ public function commitProductchangeContract(\Contract $new_contract, $links = []) { - if(!count($links)) return true; + //if(!count($links)) return true; if($new_contract->owner_id==3476) return true; $this->startTransaction();