From 822b152259ca4a9c6fb3949333ed7a05ebcab0d7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 2 Feb 2006 08:57:03 +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 48907ebfe1d..5c944e94bdf 100644 --- a/htdocs/telephonie/stats/commerciaux/commercial.php +++ b/htdocs/telephonie/stats/commerciaux/commercial.php @@ -56,6 +56,10 @@ if ($_GET["commid"]) $head[$h][1] = "Lignes"; $h++; + $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/commercialpo.php?commid='.$comm->id; + $head[$h][1] = "Prises d'ordres"; + $h++; + dolibarr_fiche_head($head, $hselected, "Commerciaux"); print '';