// bugfix vatnumber

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9867 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-03 18:03:29 +00:00
parent 9c0f70d68b
commit 4d9c71b4a6
3 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -106,7 +106,7 @@ class VatNumber extends TaxManagerModule
public static function isApplicable($id_country)
{
return (((int)$id_country AND in_array(Country::getIsoById($id_country), self::getPrefixIntracomVAT())) ? 1 : 0);
}
}
public static function WebServiceCheck($vatNumber)
{
@@ -180,4 +180,4 @@ class VatNumber extends TaxManagerModule
</fieldset>';
return $echo;
}
}
}