[-] BO : fix #PSTEST-134

This commit is contained in:
lLefevre
2012-01-04 09:43:09 +00:00
parent 27e3d01f81
commit 010f96175b
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');