fix: stampa fattura con diverse aliquote iva

This commit is contained in:
valentina 2024-11-11 09:30:22 +01:00
parent d9cae84697
commit ce334f1a35
1 changed files with 4 additions and 0 deletions

View File

@ -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|
</tbody>