From a83f776ff7dac2558233bb56f98a7f03c2151310 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 Jan 2006 11:26:16 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/stats/factures/index.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/htdocs/telephonie/stats/factures/index.php b/htdocs/telephonie/stats/factures/index.php index e94a16b388a..acbd84357ec 100644 --- a/htdocs/telephonie/stats/factures/index.php +++ b/htdocs/telephonie/stats/factures/index.php @@ -72,8 +72,7 @@ print ''; _legend($db, "factures.ca_mensuel", "%11.2f"); -print ''; - +print "\n"; print ''; print 'facture_moyenne'; @@ -81,21 +80,19 @@ print ''; _legend($db, "factures.facture_moyenne","%01.1f"); -print ''; +print "\n"; print ''; -print 'nb_facture'; +print 'nb_facture '.$year.''; print ''; _legend($db, "factures.nb_mensuel","%01.0f"); -print ''; - -print ''; +print "\n"; +print "\n"; $db->close(); - function _legend($db, $graph, $format) { print '';