Ajoute l'onglet contrat

This commit is contained in:
Rodolphe Quiedeville 2005-02-16 10:41:51 +00:00
parent 6e4afb429b
commit 55545ce146
2 changed files with 9 additions and 0 deletions

View File

@ -45,6 +45,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++;

View File

@ -157,6 +157,11 @@ 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++;