* Finish task #8074.

This commit is contained in:
holan20180123
2020-09-30 14:18:15 +08:00
parent b60e13adff
commit b0d8a629b3
+1 -1
View File
@@ -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;