[-] BO : #PSCFI-4580 - Error in shipping Calculation for different zones
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12461 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -623,7 +623,7 @@ class AdminCarriersControllerCore extends AdminController
|
||||
$carrier = new $this->className($id);
|
||||
if (!Validate::isLoadedObject($carrier))
|
||||
die (Tools::displayError('Object cannot be loaded'));
|
||||
$zones = Zone::getZones(true);
|
||||
$zones = Zone::getZones(false);
|
||||
foreach ($zones as $zone)
|
||||
if (count($carrier->getZone($zone['id_zone'])))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user