diff --git a/htdocs/telephonie/distributeurs/comm/commercial.php b/htdocs/telephonie/distributeurs/comm/commercial.php index 644c9922a18..afe054dd656 100644 --- a/htdocs/telephonie/distributeurs/comm/commercial.php +++ b/htdocs/telephonie/distributeurs/comm/commercial.php @@ -30,6 +30,7 @@ llxHeader('','Telephonie - Statistiques - Distributeur'); * */ $h = 0; +$year = strftime("%Y",time()); if ($user->distributeur_id) { @@ -52,7 +53,7 @@ if ($_GET["id"] && $_GET["did"]) $head[$h][1] = $commercial->prenom ." ". $commercial->nom; $hselected = $h; $h++; - + /* $head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/po.php?id='.$distri->id; $head[$h][1] = "Prises d'ordre"; $h++; @@ -60,7 +61,7 @@ if ($_GET["id"] && $_GET["did"]) $head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/stats.php?id='.$distri->id; $head[$h][1] = "Statistiques"; $h++; - + */ dolibarr_fiche_head($head, $hselected, "Distributeur"); print '
';
+ print '![]() '."\n"; + print ' ![]() '."\n"; print ' ![]() '."\n"; |