[*] BO : fix #PSTEST-1140
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14572 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user