Ajout l'onglet contrat
This commit is contained in:
parent
55545ce146
commit
a0e7eea9a3
@ -43,6 +43,10 @@ if ($_GET["id"])
|
||||
if ($_GET["action"] <> 'edit' && $_GET["action"] <> 're-edit')
|
||||
{
|
||||
$h=0;
|
||||
$head[$h][0] = DOL_URL_ROOT."/telephonie/client/fiche.php?id=".$soc->id;
|
||||
$head[$h][1] = $langs->trans("Contrats");
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/telephonie/client/fiche.php?id=".$soc->id;
|
||||
$head[$h][1] = $langs->trans("Lignes");
|
||||
$h++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user