This commit is contained in:
tanghucheng
2022-10-26 10:30:16 +08:00
committed by caoyanyi
parent 6daf198fea
commit 87d983b89a
+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");
}