// comment

This commit is contained in:
fBrignoli
2011-09-21 14:23:11 +00:00
parent 79e770e137
commit 6eb9f393e3
+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;