diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php index d8f7ad815..0fe593f80 100755 --- a/templates/preventivi/body.php +++ b/templates/preventivi/body.php @@ -262,7 +262,7 @@ foreach ($righe as $key => $riga) { '.moneyFormat($prezzi_ivati ? $riga->prezzo_unitario_ivato : $riga->prezzo_unitario); - if ($riga->sconto > 0) { + if ($riga->sconto != 0) { $text = discountInfo($riga, false); echo '