From af303df82596e7ab27ed439828aecc1b1f389dd0 Mon Sep 17 00:00:00 2001 From: valentina Date: Thu, 2 Jan 2025 09:48:08 +0100 Subject: [PATCH] fix: impostazione decimali in stampa --- templates/fatture/footer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/fatture/footer.php b/templates/fatture/footer.php index 5162fa175..8b8994369 100755 --- a/templates/fatture/footer.php +++ b/templates/fatture/footer.php @@ -333,11 +333,11 @@ echo ' '; if ($has_ritenuta || $show_sconto || $has_rivalsa || $has_split_payment || $has_sconto_finale) { echo ' - '.moneyFormat($totale, $d_total); + '.moneyFormat($totale, $d_totali); } else { echo ' - '.moneyFormat($totale, $d_total).''; + '.moneyFormat($totale, $d_totali).''; } echo '