MassProdutChange: removed empty links check in commit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user