From 2b7340d9d987ef31785b2d0d3edb9d3caf4f62a9 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 27 Oct 2011 11:15:10 +0000 Subject: [PATCH] // fix bug move helper list action tpl (PSSV-94) --- controllers/admin/AdminStockManagementController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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