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 80ef359 commit b42804eCopy full SHA for b42804e
1 file changed
templates/fatture/body.php
@@ -197,9 +197,9 @@
197
'_CODICE_CIG_' => $codice_cig ? ', CIG: '.$codice_cig : null,
198
'_CODICE_CUP_' => $codice_cup ? ', CUP: '.$codice_cup : null,
199
]);
200
-
201
- echo '
202
- <br><small>'.$extra_riga.'</small>';
+ $text = '<br><small>'.$extra_riga.'</small>';
+ echo $text;
+ $autofill->count($text, true);
203
}
204
205
echo '
0 commit comments