This commit is contained in:
tanghucheng
2022-10-24 15:53:19 +08:00
parent 645072d3ae
commit 9282ff949d
+1 -1
View File
@@ -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");
}