From ce334f1a35c43eab8bb72dc4635d015e20fe2cef Mon Sep 17 00:00:00 2001 From: valentina Date: Mon, 11 Nov 2024 09:30:22 +0100 Subject: [PATCH] fix: stampa fattura con diverse aliquote iva --- templates/fatture/body.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/fatture/body.php b/templates/fatture/body.php index 020619066..fa02744a5 100755 --- a/templates/fatture/body.php +++ b/templates/fatture/body.php @@ -212,6 +212,10 @@ foreach ($righe as $riga) { $autofill->next(); } +foreach ($v_iva as $desc_iva => $tot_iva) { + $autofill->count($desc_iva, true); +} + echo ' |autofill|