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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11469 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mBertholino
2011-12-21 11:00:26 +00:00
parent 857a59ae9d
commit 16de8f7129
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.');