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 ' | ';