// improve features in adminProduct code and product/features.tpl ; the update of a feature wasn't working

This commit is contained in:
mBertholino
2011-12-21 11:00:26 +00:00
parent 7bf31d2e8e
commit 67f1a9cd61
2 changed files with 3 additions and 2 deletions
@@ -1459,6 +1459,7 @@ class AdminProductsControllerCore extends AdminController
$this->processAccounting($token);
$this->processSuppliers($token);
$this->processWarehouses($token);
$this->processFeatures($token);
$languages = Language::getLanguages(false);
if (!$this->updatePackItems($object))
$this->_errors[] = Tools::displayError('An error occurred while adding products to the pack.');