mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for tax calculations
This commit is contained in:
parent
eb44584fe8
commit
8ae74490bd
@ -48,7 +48,6 @@ class Rule extends BaseRule implements RuleInterface
|
||||
{
|
||||
|
||||
$this->tax_rate1 = $item->tax_rate1;
|
||||
|
||||
$this->tax_name1 = $item->tax_name1;
|
||||
|
||||
return $this;
|
||||
|
Loading…
Reference in New Issue
Block a user