diff --git a/module/product/model.php b/module/product/model.php index 9a9bde35c8..7258d1655e 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -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;