// improve features in adminProduct code and product/features.tpl ; the update of a feature wasn't working
This commit is contained in:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user