Skip to content

Commit af303df

Browse files
committed
fix: impostazione decimali in stampa
1 parent aaad744 commit af303df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/fatture/footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,11 @@
333333
</td>';
334334
if ($has_ritenuta || $show_sconto || $has_rivalsa || $has_split_payment || $has_sconto_finale) {
335335
echo '<td class="cell-padded text-center" colspan="'.$second_colspan.'">
336-
'.moneyFormat($totale, $d_total);
336+
'.moneyFormat($totale, $d_totali);
337337
} else {
338338
echo '
339339
<td class="cell-padded text-center" colspan="'.$second_colspan.'" style="background-color:#77dd77;">
340-
<b>'.moneyFormat($totale, $d_total).'</b>';
340+
<b>'.moneyFormat($totale, $d_totali).'</b>';
341341
}
342342
echo '
343343
</td>

0 commit comments

Comments
 (0)