From 5de7280e23649e5372bf2a8e992b69152cde26a2 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 10 May 2012 08:05:12 +0000 Subject: [PATCH] // Deactivate accounting tab in BO product page git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15142 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminProductsController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 69e461343..1c9164750 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -61,7 +61,6 @@ class AdminProductsControllerCore extends AdminController 'Quantities' => 6, 'Suppliers' => 13, 'Warehouses' => 14, - 'Accounting' => 15, ); protected $default_tab = 'Informations'; @@ -173,7 +172,6 @@ class AdminProductsControllerCore extends AdminController 'Quantities' => $this->l('Quantities'), 'Suppliers' => $this->l('Suppliers'), 'Warehouses' => $this->l('Warehouses'), - 'Accounting' => $this->l('Accounting') );