Ajout onglet commande

This commit is contained in:
Rodolphe Quiedeville 2005-03-22 09:51:02 +00:00
parent 11fb2f55f8
commit 492a94a9dd

View File

@ -24,6 +24,10 @@ $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/index.php';
$head[$h][1] = "Global";
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/commande.php';
$head[$h][1] = "Commandes";
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/resiliation.php';
$head[$h][1] = "Résiliations";
$h++;