mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 09:17:37 +01:00
Revert "Fix #1281"
This reverts commit 2da52a630bd381825f2146b21eeddc4a163a0011.
This commit is contained in:
parent
2da52a630b
commit
83a3cc88e3
@ -261,11 +261,7 @@ echo '
|
|||||||
<td class=text-right>'.moneyFormat($totale_iva_detraibile, 2).'</td>
|
<td class=text-right>'.moneyFormat($totale_iva_detraibile, 2).'</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>VARIAZIONE DI IMPOSTA RELATIVE A PERIODI PRECEDENTI</td>';
|
<td>VARIAZIONE DI IMPOSTA RELATIVE A PERIODI PRECEDENTI</td>
|
||||||
if ($totale_iva < '25,82') {
|
|
||||||
echo ' <td class=text-right>'.moneyFormat(abs($totale_iva), 2).'</td>';
|
|
||||||
}
|
|
||||||
echo'
|
|
||||||
<td class=text-right></td>
|
<td class=text-right></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -302,7 +298,7 @@ echo '
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>IMPORTO DA VERSARE</td>
|
<td>IMPORTO DA VERSARE</td>
|
||||||
<td class=text-right>'.($periodo['valore'] == 'Mensile' ? moneyFormat($totale_iva, 2) : moneyFormat($totale_iva_maggiorata, 2)).'</td>
|
<td class=text-right>'.moneyFormat($totale_iva_maggiorata, 2).'</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>CREDITO INFRANNUALE DI IMPOSTA CHIESTO A RIMBORSO</td>
|
<td>CREDITO INFRANNUALE DI IMPOSTA CHIESTO A RIMBORSO</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user