This commit is contained in:
David Bomba 2019-10-17 19:44:49 +11:00
parent 52936f2307
commit 16ce454037

View File

@ -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);