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:
parent
999f80b661
commit
847134f34e
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user