diff --git a/templates/liquidazione_iva/body.php b/templates/liquidazione_iva/body.php index ecd9f986e..8194a1767 100644 --- a/templates/liquidazione_iva/body.php +++ b/templates/liquidazione_iva/body.php @@ -44,7 +44,7 @@ $totale_iva_periodo_precedente = $totale_iva_vendite_periodo_precedente - $total $totale_iva = $totale_iva_esigibile - $totale_iva_detraibile; -if ($periodo['valore'] == 'Trimestrale' && $totale_iva > 0) { +if ($periodo['valore'] == 'Trimestrale' && $totale_iva > 25.82) { if ($totale_iva_periodo_precedente < 25.82 && $totale_iva_periodo_precedente > 0) { $totale_iva += $totale_iva_periodo_precedente; } @@ -300,7 +300,7 @@ echo '