Skip to content

Commit

Permalink
fix: stampa fattura accompagnatoria
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Nov 4, 2024
1 parent 43688fc commit ea8af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fatture/body.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// Creazione righe fantasma
$autofill = new Util\Autofill(6, 70);
$rows_per_page = $rows_per_page ?: ($fattura_accompagnatoria ? 13 : 26);
$rows_per_page = $rows_per_page ?: ($fattura_accompagnatoria ? 24 : 26);
$autofill->setRows($rows_per_page, 0);

// Intestazione tabella per righe
Expand Down

0 comments on commit ea8af47

Please sign in to comment.