1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fixes for tax calculations

This commit is contained in:
David Bomba 2023-06-29 14:02:02 +10:00
parent eb44584fe8
commit 8ae74490bd

View File

@ -48,7 +48,6 @@ class Rule extends BaseRule implements RuleInterface
{
$this->tax_rate1 = $item->tax_rate1;
$this->tax_name1 = $item->tax_name1;
return $this;