mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 01:23:00 +01:00
Ajout onglet stats
This commit is contained in:
@@ -54,6 +54,10 @@ if ($_GET["id"])
|
||||
$head[$h][1] = "Prises d'ordre";
|
||||
$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");
|
||||
|
||||
|
||||
|
||||
@@ -54,6 +54,10 @@ if ($_GET["id"])
|
||||
$head[$h][1] = "Prises d'ordre";
|
||||
$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");
|
||||
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||
|
||||
@@ -73,6 +73,10 @@ if ($_GET["id"])
|
||||
$hselected = $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");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user