// Revert normalization
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8019 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -14,7 +14,7 @@ class DejalaCarrierUtils
|
||||
$id_zone = 1;
|
||||
$moduleCountryIsoCode = strtoupper($dejalaConfig->country);
|
||||
$countryID = Country::getByIso($moduleCountryIsoCode);
|
||||
if ($countryID)
|
||||
if ((int)($countryID))
|
||||
$id_zone = Country::getIdZone($countryID);
|
||||
|
||||
//TODO Will have to review this and apply proper code.
|
||||
|
||||
Reference in New Issue
Block a user