Skip to content

Commit e239a56

Browse files
committed
fix:stampa fattura destinazione diversa
1 parent ba960b0 commit e239a56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/fatture/body.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
foreach ($v_iva as $desc_iva => $tot_iva) {
3737
++$c;
3838
}
39+
$destinazione ? ($codice_destinatario ? $c += 2 : ++$c) : null;
3940

4041
// Diminuisco le righe disponibili per pagina
4142
$autofill->setRows($rows_per_page - $c, 0);

0 commit comments

Comments
 (0)