Aggiunto Totale imponibile in riepilogo fattura con rivalsa
This commit is contained in:
parent
269c73f2c8
commit
c00e92e888
|
@ -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>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue