* fix error for deleted branch in link story.
This commit is contained in:
@@ -1081,6 +1081,7 @@ class projectModel extends model
|
||||
$productType = $product->type;
|
||||
if($product->branch)
|
||||
{
|
||||
if(!isset($branchGroups[$product->id][$product->branch])) continue;
|
||||
$branchPairs[$product->branch] = (count($products) > 1 ? $product->name . '/' : '') . $branchGroups[$product->id][$product->branch];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user