[-] BO : fix #PSTEST-134

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12101 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-04 09:43:09 +00:00
parent 232ff76928
commit f8004dd6eb
6 changed files with 25 additions and 14 deletions
@@ -99,6 +99,7 @@ class AdminOrdersControllerCore extends AdminController
'order_states' => OrderState::getOrderStates((int)Context::getContext()->cookie->id_lang),
'show_toolbar' => $this->show_toolbar,
'toolbar_btn' => $this->toolbar_btn,
'toolbar_fix' => $this->toolbar_fix,
'title' => $this->l('Orders : create order'),
));
$this->content .= $this->context->smarty->fetch('orders/form.tpl');