// 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:
bMancone
2011-12-29 17:26:16 +00:00
parent 95092cd05b
commit b837a7c6c1
3 changed files with 12 additions and 9 deletions
@@ -1306,7 +1306,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'action' => self::$cache_lang['Receipt'],
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/helper/list/list_action_supply_order_receipt.tpl');
return $this->context->smarty->fetch('helper/list/list_action_supply_order_receipt.tpl');
}
/**
@@ -1327,7 +1327,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'action' => self::$cache_lang['State'],
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/helper/list/list_action_supply_order_change_state.tpl');
return $this->context->smarty->fetch('helper/list/list_action_supply_order_change_state.tpl');
}
/**
@@ -1352,7 +1352,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'action' => self::$cache_lang['CreateSupplyOrder'],
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/helper/list/list_action_supply_order_create_from_template.tpl');
return $this->context->smarty->fetch('helper/list/list_action_supply_order_create_from_template.tpl');
}
/**