fix minore

This commit is contained in:
Pek5892 2023-04-12 09:55:32 +02:00
parent dad780faad
commit 0b4188a68f
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ echo '
</tr>
<tr>
<td>VARIAZIONE DI IMPOSTA RELATIVE A PERIODI PRECEDENTI</td>';
if ($totale_iva_periodo_precedente < '25.82' && $totale_iva_periodo_precedente > '0') {
if ($totale_iva_periodo_precedente < 25.82 && $totale_iva_periodo_precedente > 0) {
echo'
<td class=text-right>'.moneyFormat(abs($totale_iva_periodo_precedente), 2).'</td>';
} else {