Ajout onglets
This commit is contained in:
parent
1cedf37b7f
commit
d094b7d0e8
@ -54,6 +54,14 @@ if ($_GET["id"])
|
||||
$hselected = $h;
|
||||
$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;
|
||||
$head[$h][1] = "Prises d'ordre";
|
||||
$h++;
|
||||
|
||||
@ -56,6 +56,14 @@ $h = 0;
|
||||
$head[$h][1] = "Commissions";
|
||||
$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;
|
||||
$head[$h][1] = "Prises d'ordre";
|
||||
$h++;
|
||||
|
||||
@ -54,6 +54,14 @@ if ($_GET["id"])
|
||||
$head[$h][1] = "Commissions";
|
||||
$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;
|
||||
$head[$h][1] = "Prises d'ordre";
|
||||
$h++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user