diff --git a/htdocs/expensereport/list.php b/htdocs/expensereport/list.php
index 9ef9c05a328..4faff0ecbb4 100755
--- a/htdocs/expensereport/list.php
+++ b/htdocs/expensereport/list.php
@@ -249,9 +249,9 @@ if ($resql)
print '
';
print '| '.$langs->trans("Total").' | ';
- print ''.$total_total_ht.' | ';
- print ''.$total_total_tva.' | ';
- print ''.$total_total_ttc.' | ';
+ print ''.price($total_total_ht).' | ';
+ print ''.price($total_total_tva).' | ';
+ print ''.price($total_total_ttc).' | ';
print ' | ';
print ' | ';
print '
';