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