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

This commit is contained in:
tDidierjean
2012-01-16 09:28:15 +00:00
parent 08ed8c80e3
commit d5a5509c67
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.');