Ajout onglet stats
This commit is contained in:
parent
3e4b24b8b1
commit
769119248e
@ -54,6 +54,10 @@ if ($_GET["id"])
|
|||||||
$head[$h][1] = "Prises d'ordre";
|
$head[$h][1] = "Prises d'ordre";
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/stats.php?id='.$distri->id;
|
||||||
|
$head[$h][1] = "Statistiques";
|
||||||
|
$h++;
|
||||||
|
|
||||||
dolibarr_fiche_head($head, $hselected, "Distributeur");
|
dolibarr_fiche_head($head, $hselected, "Distributeur");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -54,6 +54,10 @@ if ($_GET["id"])
|
|||||||
$head[$h][1] = "Prises d'ordre";
|
$head[$h][1] = "Prises d'ordre";
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/stats.php?id='.$distri->id;
|
||||||
|
$head[$h][1] = "Statistiques";
|
||||||
|
$h++;
|
||||||
|
|
||||||
dolibarr_fiche_head($head, $hselected, "Distributeur");
|
dolibarr_fiche_head($head, $hselected, "Distributeur");
|
||||||
|
|
||||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
|
|||||||
@ -73,6 +73,10 @@ if ($_GET["id"])
|
|||||||
$hselected = $h;
|
$hselected = $h;
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/stats.php?id='.$distri->id;
|
||||||
|
$head[$h][1] = "Statistiques";
|
||||||
|
$h++;
|
||||||
|
|
||||||
dolibarr_fiche_head($head, $hselected, "Distributeur");
|
dolibarr_fiche_head($head, $hselected, "Distributeur");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user