From d2b2a4127ccadffeb3d9f80b2bc4a72d3be8735a Mon Sep 17 00:00:00 2001 From: valentina Date: Mon, 4 Nov 2024 15:54:44 +0100 Subject: [PATCH] fix: stampa fattura accompagnatoria --- templates/fatture/body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fatture/body.php b/templates/fatture/body.php index 6271dffcf..83c4a4fc1 100755 --- a/templates/fatture/body.php +++ b/templates/fatture/body.php @@ -26,7 +26,7 @@ $prezzi_ivati = setting('Utilizza prezzi di vendita comprensivi di IVA'); // 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