From e34ebf00bb238ecc738c7c241fb56eafa6ba6722 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 21 Dec 2011 14:41:35 +0000 Subject: [PATCH] // Change product tab loading --- controllers/admin/AdminProductsController.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 32a7e465a..42aacbac1 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -63,21 +63,21 @@ class AdminProductsControllerCore extends AdminController protected $tabs_preloaded = array( 'Informations' => true, - 'Pack' => true, - 'VirtualProduct' => true, 'Prices' => true, 'Seo' => true, 'Associations' => true, 'Images' => false, 'Shipping' => true, 'Combinations' => true, - 'Features' => false, - 'Customization' => false, - 'Attachments' => false, + 'Features' => true, + 'Customization' => true, + 'Attachments' => true, 'Quantities' => true, - 'Suppliers' => false, - 'Warehouses' => false, - 'Accounting' => false + 'Suppliers' => true, + 'Warehouses' => true, + 'Accounting' => true, + 'Pack' => true, + 'VirtualProduct' => true, ); public function __construct()