*Finish Bug #16371.

This commit is contained in:
lizhiqiang
2021-11-18 14:21:34 +08:00
parent 2582f32c78
commit e5653c5dd7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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