diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php
index ea25de2c43a..c8c5382815b 100644
--- a/htdocs/compta/stats/cabyuser.php
+++ b/htdocs/compta/stats/cabyuser.php
@@ -18,7 +18,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -196,7 +195,7 @@ if (sizeof($amount))
}
// Total
- print '
| '.$langs->trans("Total").' | '.$catotal.' | |
';
+ print '| '.$langs->trans("Total").' | '.price($catotal).' | |
';
$db->free($result);
}
diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php
index 1e54a45de73..d918eb1aa24 100644
--- a/htdocs/compta/stats/casoc.php
+++ b/htdocs/compta/stats/casoc.php
@@ -18,7 +18,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -194,7 +193,7 @@ if (sizeof($amount))
}
// Total
- print '| '.$langs->trans("Total").' | '.$catotal.' | |
';
+ print '| '.$langs->trans("Total").' | '.price($catotal).' | |
';
$db->free($result);
}