mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Bugfix
This commit is contained in:
@@ -60,11 +60,11 @@ if ($_GET["id"])
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remav.php?id='.$distri->id;
|
||||
$head[$h][1] = "R<EFBFBD>m. avance";
|
||||
$hselected = $h;
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remconso.php?id='.$distri->id;
|
||||
$head[$h][1] = "R<EFBFBD>m. conso";
|
||||
$hselected = $h;
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/po.php?id='.$distri->id;
|
||||
|
||||
@@ -66,7 +66,7 @@ if ($_GET["id"])
|
||||
$head[$h][1] = "Prises d'ordre";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/distributeurs/distributeur.php?id='.$distri->id;
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/stats.php?id='.$distri->id;
|
||||
$head[$h][1] = "Statistiques";
|
||||
$hselected = $h;
|
||||
$h++;
|
||||
|
||||
Reference in New Issue
Block a user