1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 14:57:46 +01:00

fix minore

This commit is contained in:
Pek5892 2023-04-12 09:58:40 +02:00
parent 0b4188a68f
commit 8d28331117

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>';