From 0dcd38b96f8d9ef22c4c994f37bd038d658cf77f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 Jul 2019 14:09:42 +0200 Subject: [PATCH] Fix decimals --- htdocs/compta/accounting-files.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/accounting-files.php b/htdocs/compta/accounting-files.php index 9069045c8b3..8467602a6fe 100644 --- a/htdocs/compta/accounting-files.php +++ b/htdocs/compta/accounting-files.php @@ -503,9 +503,9 @@ if (!empty($date_start) && !empty($date_stop)) print ''; print ''; print ''; - print ''.price($totalET).''; - print ''.price($totalIT).''; - print ''.price($totalVAT).''; + print ''.price(price2num($totalET, 'MT')).''; + print ''.price(price2num($totalIT, 'MT')).''; + print ''.price(price2num($totalVAT, 'MT')).''; print ''; print ''; print '';