From 804f88ec23141a31af5baeeba3c353f4479cb843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Fri, 15 Feb 2013 17:25:53 +0100 Subject: [PATCH] [-] BO: Fix #PSCFV-7730 update the multishop fields in adminproducts on default shop if context is all and if product is not associated to all shops --- controllers/admin/AdminProductsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index c48f024e6..eceaeeef7 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -1729,7 +1729,6 @@ class AdminProductsControllerCore extends AdminController { $this->processPriceAddition(); $this->processSpecificPricePriorities(); - $this->object->id_tax_rules_group = (int)Tools::getValue('id_tax_rules_group'); } if ($this->isTabSubmitted('Customization')) $this->processCustomizationConfiguration();