From 04680dd807dad8d435e33800b68408a18420170c Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 16 Apr 2012 09:37:25 +0000 Subject: [PATCH] [-] BO : fix #PSFV-857 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14648 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminAccountingConfigurationController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminAccountingConfigurationController.php b/controllers/admin/AdminAccountingConfigurationController.php index b3b436204..7a62d1450 100644 --- a/controllers/admin/AdminAccountingConfigurationController.php +++ b/controllers/admin/AdminAccountingConfigurationController.php @@ -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(); }