Fixed productchange error if linkcontract doesnt exist
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
} else {
|
||||
$linkcontract = $link->contract;
|
||||
}
|
||||
|
||||
if(!$linkcontract->id) continue;
|
||||
if($linkcontract->isCancelled()) continue;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user