[*] BO : Taxes are now historized
[*] BO : Taxes are no longer stored in the order details row
This commit is contained in:
@@ -37,7 +37,10 @@ class VATNumberTaxManager implements TaxManagerInterface
|
||||
public function getTaxCalculator()
|
||||
{
|
||||
// No tax
|
||||
return new TaxCalculator(array(0));
|
||||
$tax = new Tax();
|
||||
$tax->rate = 0;
|
||||
|
||||
return new TaxCalculator(array($tax));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user