From 11a56a20837cf7a5aaf0a0bde5cd17eead1cbcce Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 11 Apr 2012 13:40:47 +0000 Subject: [PATCH] [*] BO : fix #PSTEST-1140 --- controllers/admin/AdminProductsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 1c0f83fa5..9217b6c05 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -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))