mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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";
|
||||
$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");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user