// Merge -> revision 7875
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7877 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -72,7 +72,7 @@ class AdminRangeWeight extends AdminTab
|
||||
return;
|
||||
|
||||
$carrierArray = array();
|
||||
$carriers = Carrier::getCarriers((int)(Configuration::get('PS_LANG_DEFAULT')), true , false,false, NULL, PS_CARRIERS_AND_CARRIER_MODULES_NEED_RANGE);
|
||||
$carriers = Carrier::getCarriers((int)(Configuration::get('PS_LANG_DEFAULT')), true , false,false, NULL, Carrier::PS_CARRIERS_AND_CARRIER_MODULES_NEED_RANGE);
|
||||
$id_carrier = Tools::getValue('id_carrier', $obj->id_carrier);
|
||||
foreach ($carriers AS $carrier)
|
||||
if (!$carrier['is_free'])
|
||||
|
||||
Reference in New Issue
Block a user