From cbfeafef9e76bcf0d6f56fb2c125fdedc51d841d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Mar 2005 15:08:31 +0000 Subject: [PATCH] Ajout onglet --- htdocs/telephonie/stats/commerciaux/commercial.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/telephonie/stats/commerciaux/commercial.php b/htdocs/telephonie/stats/commerciaux/commercial.php index a9cfc86a3d0..48907ebfe1d 100644 --- a/htdocs/telephonie/stats/commerciaux/commercial.php +++ b/htdocs/telephonie/stats/commerciaux/commercial.php @@ -52,6 +52,10 @@ if ($_GET["commid"]) $head[$h][1] = "CA"; $h++; + $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/lignes.php?commid='.$comm->id; + $head[$h][1] = "Lignes"; + $h++; + dolibarr_fiche_head($head, $hselected, "Commerciaux"); print '';