From 35d986cff786b177f53d7a9731944c2de208669f Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 22 Dec 2011 10:09:21 +0000 Subject: [PATCH] // Change product tab loading --- controllers/admin/AdminProductsController.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 1fe6a2b99..3c892159a 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -69,13 +69,13 @@ class AdminProductsControllerCore extends AdminController 'Images' => false, 'Shipping' => true, 'Combinations' => true, - 'Features' => true, - 'Customization' => true, - 'Attachments' => true, + 'Features' => false, + 'Customization' => false, + 'Attachments' => false, 'Quantities' => true, - 'Suppliers' => true, - 'Warehouses' => true, - 'Accounting' => true, + 'Suppliers' => false, + 'Warehouses' => false, + 'Accounting' => false, 'Pack' => true, 'VirtualProduct' => true, );