+ Finish task #3244.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user