From 185c4e737a1cdfe41bc053c9d556976f8325922f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 8 Feb 2005 16:39:06 +0000 Subject: [PATCH] Ajout onglet CDR --- htdocs/telephonie/fournisseur/fiche.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/fournisseur/fiche.php b/htdocs/telephonie/fournisseur/fiche.php index 30a37611957..50e7ff013ce 100644 --- a/htdocs/telephonie/fournisseur/fiche.php +++ b/htdocs/telephonie/fournisseur/fiche.php @@ -59,7 +59,7 @@ if ($_GET["action"] == 'desactive') } } -llxHeader("","","Fiche Fournisseur"); +llxHeader("","Telephonie - Fournisseur"); if ($cancel == $langs->trans("Cancel")) { @@ -137,10 +137,14 @@ if ($_GET["id"] > 0) */ $h = 0; $head[$h][0] = DOL_URL_ROOT."/telephonie/fournisseur/fiche.php?id=".$fourn->id; - $head[$h][1] = $langs->trans("Contrat"); + $head[$h][1] = $langs->trans("Fiche"); $hselected = $h; $h++; + $head[$h][0] = DOL_URL_ROOT."/telephonie/fournisseur/cdr.php?id=".$fourn->id; + $head[$h][1] = $langs->trans("CDR"); + $h++; + dolibarr_fiche_head($head, $hselected, 'Fournisseur : '.$fourn->nom); print '';