// fixed translations problems due to r11899

This commit is contained in:
bMancone
2011-12-29 17:26:16 +00:00
parent e3e835f5e5
commit 2104d452ab
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');
}
/**