1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

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

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>