[-] PDF : Canadian taxes
This commit is contained in:
@@ -132,7 +132,7 @@ class TaxCalculatorCore
|
||||
if ($this->computation_method == TaxCalculator::ONE_AFTER_ANOTHER_METHOD)
|
||||
{
|
||||
$taxes_amounts[$tax->id] = $price_te * (abs($tax->rate) / 100);
|
||||
$price_te = $price_te + $taxes_amounts[$tax->rate];
|
||||
$price_te = $price_te + $taxes_amounts[$tax->id];
|
||||
}
|
||||
else
|
||||
$taxes_amounts[$tax->id] = ($price_te * (abs($tax->rate) / 100));
|
||||
|
||||
Reference in New Issue
Block a user