From b0d8a629b3b19084d5440542c6c24d782855025d Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Wed, 30 Sep 2020 14:18:15 +0800 Subject: [PATCH] * Finish task #8074. --- module/product/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;