1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Fix visualizzazione totale righe intervento

This commit is contained in:
MatteoPistorello 2022-05-19 15:12:37 +02:00
parent 999f80b661
commit 847134f34e

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