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 dcaf060 commit 451b2f2Copy full SHA for 451b2f2
1 file changed
templates/ddt/body.php
@@ -24,7 +24,7 @@
24
25
// Creazione righe fantasma ottimizzata
26
$autofill = new Util\Autofill($options['pricing'] ? 7 : 4, 70);
27
-$rows_per_page = ($documento['note'] || $options['pricing'] ? ($tipo_doc == 'Ddt in uscita' ? 22 : 24) : 27);
+$rows_per_page = ($documento['note'] || $options['pricing'] ? ($tipo_doc == 'Ddt in uscita' ? 21 : 24) : 27);
28
$autofill->setRows($rows_per_page, 0, $options['last-page-footer'] ? 34 : $rows_per_page);
29
30
// Calcolo ottimizzato delle righe occupate dall'intestazione
0 commit comments