Skip to content

Commit 283d10c

Browse files
committed
2 parents 67078ce + 5394aac commit 283d10c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

templates/ddt/body.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,9 @@
176176
if ($riga->sconto > 0) {
177177
$text = discountInfo($riga, false);
178178

179-
echo '
180-
<br><small class="text-muted">'.$text.'</small>';
179+
$text = '<br><small class="text-muted">'.$text.'</small>';
180+
echo $text;
181+
$autofill->count($text);
181182
}
182183

183184
echo '

0 commit comments

Comments
 (0)