From 55eecf3f2510dea54963d710f16f49eb0523a5db Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sun, 3 May 2015 07:05:19 +0200 Subject: [PATCH] ER add price format in total of list --- htdocs/expensereport/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 '';