From 9282ff949db1b278c7de14f25f3c497ab47791ad Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Mon, 24 Oct 2022 15:53:19 +0800 Subject: [PATCH] * Fix bug #28876. --- 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 43dcab7bb0..8988765c2a 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -2206,7 +2206,7 @@ class productModel extends model { $link = helper::createLink($module, $method, "productID=%s&type=$extra"); } - elseif($module == 'product' && $method == 'create') + elseif($module == 'product' && ($method == 'create' or $method == 'showimport')) { $link = helper::createLink($module, 'browse', "productID=%s&type=$extra"); }