diff --git a/htdocs/compta/stats/cumul.php b/htdocs/compta/stats/cumul.php index 54586a965f9..f6947b2bd65 100644 --- a/htdocs/compta/stats/cumul.php +++ b/htdocs/compta/stats/cumul.php @@ -92,7 +92,7 @@ function pt ($db, $sql, $date) { $num = $db->num_rows(); $i = 0; $total = 0 ; - print '
| $date | "; print "Montant | "; @@ -111,7 +111,7 @@ function pt ($db, $sql, $date) $i++; } - print "|
| Total : | ".price($total)." | |
| Cumul : | ".price($total)." |