Skip to content

Commit e79e2ff

Browse files
committed
fix: stampa ordini
1 parent 9c92d62 commit e79e2ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/ordini/body.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@
242242

243243
if ($riga->sconto > 0) {
244244
$text = discountInfo($riga, false);
245-
246-
echo '
247-
<br><small class="text-muted">'.$text.'</small>';
245+
$text = '<br><small class="text-muted">'.$text.'</small>';
246+
echo $text;
247+
$autofill->count($text, true);
248248
}
249249

250250
echo '

0 commit comments

Comments
 (0)