Skip to content

Commit b42804e

Browse files
committed
fix: conteggio righe per cig e cup in calcolo righe per generazione fattura
1 parent 80ef359 commit b42804e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/fatture/body.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@
197197
'_CODICE_CIG_' => $codice_cig ? ', CIG: '.$codice_cig : null,
198198
'_CODICE_CUP_' => $codice_cup ? ', CUP: '.$codice_cup : null,
199199
]);
200-
201-
echo '
202-
<br><small>'.$extra_riga.'</small>';
200+
$text = '<br><small>'.$extra_riga.'</small>';
201+
echo $text;
202+
$autofill->count($text, true);
203203
}
204204

205205
echo '

0 commit comments

Comments
 (0)