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
1 changed files with 9 additions and 0 deletions

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