Skip to content

Commit 451b2f2

Browse files
committed
fix: template ddt senza prezzi
1 parent dcaf060 commit 451b2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/ddt/body.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
// Creazione righe fantasma ottimizzata
2626
$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);
27+
$rows_per_page = ($documento['note'] || $options['pricing'] ? ($tipo_doc == 'Ddt in uscita' ? 21 : 24) : 27);
2828
$autofill->setRows($rows_per_page, 0, $options['last-page-footer'] ? 34 : $rows_per_page);
2929

3030
// Calcolo ottimizzato delle righe occupate dall'intestazione

0 commit comments

Comments
 (0)