[-] BO : fix #PSFV-857

This commit is contained in:
lLefevre
2012-04-16 09:37:25 +00:00
parent 6b9ad6bae3
commit 8e87104734
@@ -179,7 +179,9 @@ class AdminAccountingConfigurationControllerCore extends AdminController
'input_category_list' => $this->fields_list_detail,
'table' => 'accounting',
'has_shop_selected' => (count(Shop::getContextListShopID()) == 1),
'toolbar_btn' => $this->toolbar_btn
'toolbar_btn' => $this->toolbar_btn,
'show_toolbar' => $this->show_toolbar,
'toolbar_scroll' => $this->toolbar_scroll
));
parent::initContent();
}