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:
parent
0b4188a68f
commit
8d28331117
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user