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 '';