// AdminWarehousesController: fixed association with carriers. Warehouse: fixed association with carriers. Carrier: norm & tags. AdminProductsController: added warning when using the advanced stock management without assocations with warehouses/carriers
This commit is contained in:
@@ -389,8 +389,7 @@ class AdminWarehousesControllerCore extends AdminController
|
||||
$obj->setShops(Tools::getValue('ids_shops'));
|
||||
|
||||
// handles carriers associations
|
||||
if (Tools::isSubmit('ids_carriers'))
|
||||
$obj->setCarriers(Tools::getValue('ids_carriers'));
|
||||
$obj->setCarriers(Tools::getValue('ids_carriers'));
|
||||
|
||||
// updates/creates address if it does not exist
|
||||
if (Tools::isSubmit('id_address') && (int)Tools::getValue('id_address') > 0)
|
||||
|
||||
Reference in New Issue
Block a user