*Finish Bug #16371.
This commit is contained in:
@@ -1717,7 +1717,7 @@ class executionModel extends model
|
||||
foreach($branches[$product->id] as $branchID => $branch)
|
||||
{
|
||||
if(!isset($branchGroups[$product->id][$branchID])) continue;
|
||||
$branchPairs[$branchID] = ((count($products) > 1 and $branchID) ? $product->name . '/' : '') . $branchGroups[$product->id][$branchID];
|
||||
$branchPairs[$branchID] = ((count($products) > 1) ? $product->name . '/' : '') . $branchGroups[$product->id][$branchID];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user