// comment

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8689 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-09-21 14:23:11 +00:00
parent fd45c7bb4d
commit 56c570e4b8
+1 -1
View File
@@ -36,7 +36,7 @@ class VATNumberTaxManager implements TaxManagerInterface
public function getTaxCalculator()
{
// No tax
// If the address matches the european vat number criterias no taxes are applied
$tax = new Tax();
$tax->rate = 0;