From ddbe04c72a16a75dc5e6417288214201d428d100 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Feb 2006 12:54:40 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/contrat/fiche.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/telephonie/contrat/fiche.php b/htdocs/telephonie/contrat/fiche.php index 4b51afbeba2..fc812a785af 100644 --- a/htdocs/telephonie/contrat/fiche.php +++ b/htdocs/telephonie/contrat/fiche.php @@ -635,11 +635,12 @@ else print ''.$ligne->statuts[$obj->statut]."\n"; print ''.$obj->support."\n"; - print ""; - if ($user->rights->telephonie->fournisseur->lire) - print $obj->fournisseur." - \n"; - print $obj->techno."\n"; + if ($user->rights->telephonie->fournisseur->lire) + { + print "".$obj->fournisseur." - \n"; + print $obj->techno."\n"; + } print "\n"; $i++; }