From 3ec8e57bf3af775a9a651eaa94a0e6b98135cb54 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 8 Feb 2005 15:29:18 +0000 Subject: [PATCH] Ajout onglet --- htdocs/telephonie/stats/commerciaux/commercial.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/telephonie/stats/commerciaux/commercial.php b/htdocs/telephonie/stats/commerciaux/commercial.php index 35a7fcbfa9a..e4a6381282d 100644 --- a/htdocs/telephonie/stats/commerciaux/commercial.php +++ b/htdocs/telephonie/stats/commerciaux/commercial.php @@ -38,21 +38,20 @@ $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/index.php'; $head[$h][1] = "Global"; $h++; -$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/mensuel.php'; -$head[$h][1] = "Mensuel"; -$h++; - if ($_GET["commid"]) { $comm = new User($db, $_GET["commid"]); $comm->fetch(); - $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/commercial.php?commid='.$comm->id; $head[$h][1] = $comm->fullname; $hselected = $h; $h++; + $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/commercialca.php?commid='.$comm->id; + $head[$h][1] = "CA"; + $h++; + dolibarr_fiche_head($head, $hselected, "Commerciaux"); print '';