We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba960b0 commit e239a56Copy full SHA for e239a56
1 file changed
templates/fatture/body.php
@@ -36,6 +36,7 @@
36
foreach ($v_iva as $desc_iva => $tot_iva) {
37
++$c;
38
}
39
+$destinazione ? ($codice_destinatario ? $c += 2 : ++$c) : null;
40
41
// Diminuisco le righe disponibili per pagina
42
$autofill->setRows($rows_per_page - $c, 0);
0 commit comments