Fix per visualizzazione maggiorazione in stampa

This commit is contained in:
Beppe 2023-10-06 17:05:31 +02:00
parent 3db93349d1
commit ab6c0f11c5
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ foreach ($righe as $key => $riga) {
<td class="text-right" style="vertical-align: middle">
'.moneyFormat($prezzi_ivati ? $riga->prezzo_unitario_ivato : $riga->prezzo_unitario);
if ($riga->sconto > 0) {
if ($riga->sconto != 0) {
$text = discountInfo($riga, false);
echo '