Ajout onglet contrats

This commit is contained in:
Rodolphe Quiedeville 2005-03-14 11:31:37 +00:00
parent 05ba3b1b57
commit 082391da8e

View File

@ -42,6 +42,10 @@ $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/mensuel.php';
$head[$h][1] = "Mensuel";
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/contrats.php';
$head[$h][1] = "Contrats";
$h++;
dolibarr_fiche_head($head, $hselected, "Commerciaux");
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';