From 55545ce1462b0e77c83e67e7a60c6300518f18e8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Feb 2005 10:41:51 +0000 Subject: [PATCH] Ajoute l'onglet contrat --- htdocs/telephonie/client/ca.php | 4 ++++ htdocs/telephonie/client/tarifs.php | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/htdocs/telephonie/client/ca.php b/htdocs/telephonie/client/ca.php index f0583adabfb..519c6e75e82 100644 --- a/htdocs/telephonie/client/ca.php +++ b/htdocs/telephonie/client/ca.php @@ -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++; diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php index 648ea0dbe9f..502996f38c9 100644 --- a/htdocs/telephonie/client/tarifs.php +++ b/htdocs/telephonie/client/tarifs.php @@ -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++;