From d83a7a15e3a5553b5203c1e8d075b043605c9d75 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 20 Jun 2005 13:10:42 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/client/ca.php | 2 +- htdocs/telephonie/client/lignes.php | 3 ++- htdocs/telephonie/client/tarifs.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/client/ca.php b/htdocs/telephonie/client/ca.php index 207783f0cd8..c71beecb237 100644 --- a/htdocs/telephonie/client/ca.php +++ b/htdocs/telephonie/client/ca.php @@ -49,7 +49,7 @@ if ($_GET["id"]) $head[$h][1] = $langs->trans("Contrats"); $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/fiche.php?id=".$soc->id; + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/lignes.php?id=".$soc->id; $head[$h][1] = $langs->trans("Lignes"); $h++; diff --git a/htdocs/telephonie/client/lignes.php b/htdocs/telephonie/client/lignes.php index 8bcbbb2490a..8ba4bde0207 100644 --- a/htdocs/telephonie/client/lignes.php +++ b/htdocs/telephonie/client/lignes.php @@ -71,7 +71,8 @@ if ($_GET["id"]) dolibarr_fiche_head($head, $hselected, 'Client : '.$soc->nom); print ''; - print ''; + print ''; + print ""; diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php index 502996f38c9..46f3e5a7334 100644 --- a/htdocs/telephonie/client/tarifs.php +++ b/htdocs/telephonie/client/tarifs.php @@ -182,7 +182,7 @@ if ($_GET["id"]) dolibarr_fiche_head($head, $hselected, 'Client : '.$soc->nom); print '
'.$langs->trans('Name').''.$soc->nom.''.$langs->trans('Prefix').''.$soc->prefix_comm.'
'.$langs->trans('Name').''.$soc->nom.''.$langs->trans('Code client').''.$soc->code_client.'
".$langs->trans('Address')."".nl2br($soc->adresse)."
".$soc->cp." ".$soc->ville." ".$soc->pays."
'; - print ''; + print ''; print "";
'.$langs->trans('Name').''.$soc->nom.''.$langs->trans('Prefix').''.$soc->prefix_comm.'
'.$langs->trans('Name').''.$soc->nom.''.$langs->trans('Code client').''.$soc->code_client.'
".$langs->trans('Address')."".nl2br($soc->adresse)."
".$soc->cp." ".$soc->ville." ".$soc->pays."