From a0e7eea9a3f66fd0a86e6cc0927f0a93fec2f396 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Feb 2005 10:42:08 +0000 Subject: [PATCH] Ajout l'onglet contrat --- htdocs/telephonie/client/factures.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/telephonie/client/factures.php b/htdocs/telephonie/client/factures.php index 1ffee4e6bce..70f275c2886 100644 --- a/htdocs/telephonie/client/factures.php +++ b/htdocs/telephonie/client/factures.php @@ -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++;