+ Finish task #3244.

This commit is contained in:
liugang
2017-10-26 18:36:41 +08:00
parent 6ba9bc8b88
commit d41c411bfd
4 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
{
if($product->type !== 'normal')
{
$branchName = isset($branchGroups[$productID][$product->branch]) ? '/' . $branchGroups[$productID][$product->branch] : ''
$branchName = isset($branchGroups[$productID][$product->branch]) ? '/' . $branchGroups[$productID][$product->branch] : '';
echo html::a($this->createLink('product', 'browse', "productID=$productID&branch=$product->branch"), $product->name . $branchName);
}
else