Bugfix
This commit is contained in:
parent
d4f6024fcd
commit
abdf59b480
@ -60,11 +60,11 @@ if ($_GET["id"])
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remav.php?id='.$distri->id;
|
||||
$head[$h][1] = "Rém. avance";
|
||||
$hselected = $h;
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remconso.php?id='.$distri->id;
|
||||
$head[$h][1] = "Ré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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user