From 082391da8eb850b29637f72b532f17a9b83bbabb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 14 Mar 2005 11:31:37 +0000 Subject: [PATCH] Ajout onglet contrats --- htdocs/telephonie/stats/commerciaux/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/telephonie/stats/commerciaux/index.php b/htdocs/telephonie/stats/commerciaux/index.php index 3a1cf33650a..6fc2bc43e40 100644 --- a/htdocs/telephonie/stats/commerciaux/index.php +++ b/htdocs/telephonie/stats/commerciaux/index.php @@ -42,6 +42,10 @@ $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/mensuel.php'; $head[$h][1] = "Mensuel"; $h++; +$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/contrats.php'; +$head[$h][1] = "Contrats"; +$h++; + dolibarr_fiche_head($head, $hselected, "Commerciaux"); print '';