Minor cleanup

This commit is contained in:
David Bomba 2024-11-05 20:45:02 +11:00
parent d2e3998467
commit 908dbdb4bf
1 changed files with 0 additions and 2 deletions

View File

@ -1281,8 +1281,6 @@ class Peppol extends AbstractService
$taxable_amount->currencyID = $this->invoice->client->currency()->code;
$taxable_amount->amount = (string)round($this->invoice->amount,2);
nlog("0 tax taxable amount = ".$taxable_amount->amount);
$tax_subtotal->TaxableAmount = $taxable_amount;
$subtotal_tax_amount = new TaxAmount();