[+] BO : Product "For" and new carriers select list
This commit is contained in:
@@ -3603,8 +3603,9 @@ class AdminProductsControllerCore extends AdminController
|
||||
{
|
||||
$carriers = array();
|
||||
|
||||
if (Tools::getValue('carriers'))
|
||||
$carriers = Tools::getValue('carriers');
|
||||
if (Tools::getValue('selectedCarriers'))
|
||||
$carriers = Tools::getValue('selectedCarriers');
|
||||
|
||||
$product->setCarriers($carriers);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user