[-] BO : fix #PSFV-857

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14648 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-16 09:37:25 +00:00
parent b9018cf28d
commit 04680dd807
@@ -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();
}