diff --git a/controllers/admin/AdminStockManagementController.php b/controllers/admin/AdminStockManagementController.php index f8de33665..2a9b55c6c 100644 --- a/controllers/admin/AdminStockManagementController.php +++ b/controllers/admin/AdminStockManagementController.php @@ -975,7 +975,7 @@ class AdminStockManagementControllerCore extends AdminController 'action' => self::$cache_lang['AddStock'], )); - return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/list_action_addstock.tpl'); + return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/helper/list/list_action_addstock.tpl'); } /** @@ -996,7 +996,7 @@ class AdminStockManagementControllerCore extends AdminController 'action' => self::$cache_lang['RemoveStock'], )); - return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/list_action_removestock.tpl'); + return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/helper/list/list_action_removestock.tpl'); } /** @@ -1017,6 +1017,6 @@ class AdminStockManagementControllerCore extends AdminController 'action' => self::$cache_lang['TransferStock'], )); - return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/list_action_transferstock.tpl'); + return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/helper/list/list_action_transferstock.tpl'); } } \ No newline at end of file