Skip to content

Commit a58623e

Browse files
committed
fix: numero di ore in stampa riepilogo senza prezzi
1 parent 7eb22cb commit a58623e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/riepilogo_interventi/bottom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<b>'.tr('Totale', [], ['upper' => true]).':</b>
4444
</th>
4545
<th class="text-center">'.$somma_km.'</td>
46-
<th class="text-center">'.($pricing ? $somma_ore : '-').'</th>
46+
<th class="text-center">'.$somma_ore.'</th>
4747
<th class="text-center">'.($pricing ? moneyFormat($somma_imponibile, $d_totali) : '-').'</th>
4848
<th class="text-center">'.($pricing ? moneyFormat($somma_sconto, $d_totali) : '-').'</th>
4949
<th class="text-center">'.($pricing ? moneyFormat($somma_totale_imponibile, $d_totali) : '-').'</th>

0 commit comments

Comments
 (0)