MassProdutChange: removed empty links check in commit

This commit is contained in:
Frank Schubert
2025-07-04 13:25:59 +02:00
parent aa9ffb090e
commit c29d040b34

View File

@@ -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();