fix: stampa fattura con diverse aliquote iva
This commit is contained in:
parent
d9cae84697
commit
ce334f1a35
|
@ -212,6 +212,10 @@ foreach ($righe as $riga) {
|
||||||
$autofill->next();
|
$autofill->next();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
foreach ($v_iva as $desc_iva => $tot_iva) {
|
||||||
|
$autofill->count($desc_iva, true);
|
||||||
|
}
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
|autofill|
|
|autofill|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue