* Finish task #8074.
This commit is contained in:
@@ -43,7 +43,7 @@ class productModel extends model
|
||||
}
|
||||
if($currentMethod == 'report') $currentMethod = 'browse';
|
||||
|
||||
$selectHtml = $this->app->getMethodName() == 'all' ? '' : $this->select($products, $productID, $currentModule, $currentMethod, $extra, $branch, $module, $moduleType);
|
||||
$selectHtml = $this->select($products, $productID, $currentModule, $currentMethod, $extra, $branch, $module, $moduleType);
|
||||
|
||||
$label = $this->lang->product->index;
|
||||
if($this->config->global->flow != 'full') $label = $this->lang->product->all;
|
||||
|
||||
Reference in New Issue
Block a user