[*] BO : fix #PSTEST-1140

This commit is contained in:
lLefevre
2012-04-11 13:40:47 +00:00
parent 8c22cd413d
commit 11a56a2083
@@ -1548,9 +1548,9 @@ class AdminProductsControllerCore extends AdminController
$this->processProductAttribute();
$this->processPriceAddition();
$this->processSpecificPricePriorities();
$this->processAttachments();
$this->processCustomizationConfiguration();
$this->object->setTaxRulesGroup((int)Tools::getValue('id_tax_rules_group'));
$this->processAttachments();
if (!$this->updatePackItems($object))
$this->errors[] = Tools::displayError('An error occurred while adding products to the pack.');
elseif (!$object->updateCategories(Tools::getValue('categoryBox'), true))