Merge branch 'fronkdev' into 'master'

Fixed productchange for partners

See merge request fronk/thetool!590
This commit is contained in:
Frank Schubert
2024-08-20 13:38:50 +00:00
4 changed files with 18 additions and 5 deletions

View File

@@ -191,7 +191,7 @@
} else {
$linkcontract = $link->contract;
}
if(!$linkcontract->id) continue;
if($linkcontract->isCancelled()) continue;
?>