Fix visualizzazione totale righe intervento

This commit is contained in:
MatteoPistorello 2022-05-19 15:12:37 +02:00
parent 999f80b661
commit 847134f34e
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ echo '
<b>'.tr('Imponibile', [], ['upper' => true]).':</b>
</td>
<td class="text-right">
'.moneyFormat($intervento->imponibile, 2).'
'.moneyFormat($righe->sum('imponibile'), 2).'
</td>
<td></td>
</tr>';
@ -223,7 +223,7 @@ echo '
<b>'.tr('Totale imponibile', [], ['upper' => true]).':</b>
</td>
<td class="text-right">
'.moneyFormat($intervento->totale_imponibile, 2).'
'.moneyFormat($righe->sum('totale_imponibile'), 2).'
</td>
<td></td>
</tr>';