Modif onglets
This commit is contained in:
parent
5a1d0127ec
commit
d4f6024fcd
@ -55,7 +55,15 @@ if ($_GET["id"])
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/commissions.php?id='.$distri->id;
|
||||
$head[$h][1] = "Commissions";
|
||||
$head[$h][1] = "Rémunérations";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remav.php?id='.$distri->id;
|
||||
$head[$h][1] = "Rém. avance";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remconso.php?id='.$distri->id;
|
||||
$head[$h][1] = "Rém. conso";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/po.php?id='.$distri->id;
|
||||
|
||||
@ -51,7 +51,15 @@ if ($_GET["id"])
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/commissions.php?id='.$distri->id;
|
||||
$head[$h][1] = "Commissions";
|
||||
$head[$h][1] = "Rémunérations";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remav.php?id='.$distri->id;
|
||||
$head[$h][1] = "Rém. avance";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/remconso.php?id='.$distri->id;
|
||||
$head[$h][1] = "Rém. conso";
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/po.php?id='.$distri->id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user