fix minore

This commit is contained in:
Pek5892 2023-04-12 09:58:40 +02:00
parent 0b4188a68f
commit 8d28331117
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ echo '
</tr>
<tr>
<td>MAGGIORAZIONE 1,00%</td>
<td class=text-right>'.($periodo['valore'] == 'Trimestrale' ? moneyFormat($maggiorazione, 2) : '').'</td>
<td class=text-right>'.($periodo['valore'] == 'Trimestrale' && $totale_iva > 25.82 ? moneyFormat($maggiorazione, 2) : '').'</td>
</tr>
<tr>
<td>IVA A DEBITO CON MAGGIORAZIONE</td>';