// Rename template/helper to template/helpers
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13041 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1095,7 +1095,7 @@ class AdminStockManagementControllerCore extends AdminController
|
||||
'action' => self::$cache_lang['AddStock'],
|
||||
));
|
||||
|
||||
return $this->context->smarty->fetch('helper/list/list_action_addstock.tpl');
|
||||
return $this->context->smarty->fetch('helpers/list/list_action_addstock.tpl');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1116,7 +1116,7 @@ class AdminStockManagementControllerCore extends AdminController
|
||||
'action' => self::$cache_lang['RemoveStock'],
|
||||
));
|
||||
|
||||
return $this->context->smarty->fetch('helper/list/list_action_removestock.tpl');
|
||||
return $this->context->smarty->fetch('helpers/list/list_action_removestock.tpl');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1137,6 +1137,6 @@ class AdminStockManagementControllerCore extends AdminController
|
||||
'action' => self::$cache_lang['TransferStock'],
|
||||
));
|
||||
|
||||
return $this->context->smarty->fetch('helper/list/list_action_transferstock.tpl');
|
||||
return $this->context->smarty->fetch('helpers/list/list_action_transferstock.tpl');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user