Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
# By Jérôme Nadaud (4) and sLorenzini (1) # Via Jérôme Nadaud * 'bootstrap' of https://github.com/PrestaShop/PrestaShop: [-] BO : BugFix Cancel modification button error [+] BO : Product "For" and combination button // update order tab [+] BO : Product "For" [+] BO : Product "For" and new carriers select list Conflicts: admin-dev/themes/default/css/admin-theme.css
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