We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb22cb commit a58623eCopy full SHA for a58623e
1 file changed
templates/riepilogo_interventi/bottom.php
@@ -43,7 +43,7 @@
43
<b>'.tr('Totale', [], ['upper' => true]).':</b>
44
</th>
45
<th class="text-center">'.$somma_km.'</td>
46
- <th class="text-center">'.($pricing ? $somma_ore : '-').'</th>
+ <th class="text-center">'.$somma_ore.'</th>
47
<th class="text-center">'.($pricing ? moneyFormat($somma_imponibile, $d_totali) : '-').'</th>
48
<th class="text-center">'.($pricing ? moneyFormat($somma_sconto, $d_totali) : '-').'</th>
49
<th class="text-center">'.($pricing ? moneyFormat($somma_totale_imponibile, $d_totali) : '-').'</th>
0 commit comments