Skip to content

Commit

Permalink
fix: stampa fattura con diverse aliquote iva
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Nov 11, 2024
1 parent d9cae84 commit ce334f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/fatture/body.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@
$autofill->next();
}

foreach ($v_iva as $desc_iva => $tot_iva) {
$autofill->count($desc_iva, true);
}

echo '
|autofill|
</tbody>
Expand Down

0 comments on commit ce334f1

Please sign in to comment.