From 2b658002c4069d3f232340aafe06118ad5ef81f2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 13 Jun 2005 08:56:33 +0000 Subject: [PATCH] Ajout onglet --- htdocs/telephonie/stats/commerciaux/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/telephonie/stats/commerciaux/index.php b/htdocs/telephonie/stats/commerciaux/index.php index 13803a4aaec..c1ce7ad9037 100644 --- a/htdocs/telephonie/stats/commerciaux/index.php +++ b/htdocs/telephonie/stats/commerciaux/index.php @@ -38,6 +38,10 @@ $head[$h][1] = "Global"; $hselected = $h; $h++; +$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/ca.php'; +$head[$h][1] = "CA"; +$h++; + $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/mensuel.php'; $head[$h][1] = "Mensuel"; $h++; @@ -159,12 +163,8 @@ print 'Commandes de ligne par mois

'."\n"; print ''; - - print ''; - - $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");