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