1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-11 15:14:01 +01:00

Aggiunto Totale imponibile in riepilogo fattura con rivalsa

This commit is contained in:
Pek5892 2023-02-08 15:12:58 +01:00
parent 269c73f2c8
commit c00e92e888

View File

@ -354,6 +354,15 @@ if (!empty($rivalsa_inps)) {
'.moneyFormat($rivalsa_inps, 2).'
</td>
<td></td>
</tr>
<tr>
<td colspan="6" class="text-right">
<b>'.tr('Totale imponibile', [], ['upper' => true]).' :</b>
</td>
<td class="text-right">
'.moneyFormat($totale_imponibile + $rivalsa_inps, 2).'
</td>
<td></td>
</tr>';
}