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 aaad744 commit af303dfCopy full SHA for af303df
1 file changed
templates/fatture/footer.php
@@ -333,11 +333,11 @@
333
</td>';
334
if ($has_ritenuta || $show_sconto || $has_rivalsa || $has_split_payment || $has_sconto_finale) {
335
echo '<td class="cell-padded text-center" colspan="'.$second_colspan.'">
336
- '.moneyFormat($totale, $d_total);
+ '.moneyFormat($totale, $d_totali);
337
} else {
338
echo '
339
<td class="cell-padded text-center" colspan="'.$second_colspan.'" style="background-color:#77dd77;">
340
- <b>'.moneyFormat($totale, $d_total).'</b>';
+ <b>'.moneyFormat($totale, $d_totali).'</b>';
341
}
342
343
</td>
0 commit comments