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, );