Storecove

This commit is contained in:
David Bomba 2024-10-30 13:59:11 +11:00
parent e3471bed56
commit 8c88fa2516
1 changed files with 0 additions and 5 deletions

View File

@ -200,11 +200,6 @@ class StorecoveTransformer implements TransformerInterface
$taxableAmount += $peppolLine->LineExtensionAmount->amount;
}
// foreach($peppolLine->TaxTotal as $taxTotal)
// {
// $taxableAmount += $taxTotal->TaxSubtotal[0]->TaxableAmount->amount;
// $taxAmount += $taxTotal->TaxSubtotal[0]->TaxAmount->amount;
// }
$this->tax_map[] = [
'percentage' => $ctc->Percent,