mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean Up
This commit is contained in:
parent
52936f2307
commit
16ce454037
@ -146,7 +146,6 @@ class InvoiceItemSum
|
||||
|
||||
|
||||
$this->setTotalTaxes($this->formatValue($item_tax, $this->currency->precision));
|
||||
\Log::error($this->getTotalTaxes());
|
||||
|
||||
return $this;
|
||||
}
|
||||
@ -257,7 +256,6 @@ class InvoiceItemSum
|
||||
if($item_tax_rate3_total > 0)
|
||||
$this->groupTax($this->item->tax_name3, $this->item->tax_rate3, $item_tax_rate3_total);
|
||||
|
||||
\Log::error($item_tax);
|
||||
}
|
||||
|
||||
$this->setTotalTaxes($item_tax);
|
||||
|
Loading…
x
Reference in New Issue
Block a user