// Combinations are now saved using the global save product action (#PSTEST-354)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12417 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-16 09:28:15 +00:00
parent 5865dd7cf7
commit 4e42a7fa2a
5 changed files with 10 additions and 12 deletions
@@ -1469,6 +1469,7 @@ class AdminProductsControllerCore extends AdminController
$this->processSuppliers($token);
$this->processWarehouses($token);
$this->processFeatures($token);
$this->processProductAttribute($token);
$languages = Language::getLanguages(false);
if (!$this->updatePackItems($object))
$this->errors[] = Tools::displayError('An error occurred while adding products to the pack.');