From 8e871047341ff6b60fb8d81c98c90f8b60b27c67 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 16 Apr 2012 09:37:25 +0000 Subject: [PATCH] [-] BO : fix #PSFV-857 --- 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(); }