From 7c5a12504c630d9e972bfadd833ca06f12373fca Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 5 Feb 2004 18:47:54 +0000 Subject: [PATCH] Ajout du lien pour les prospect --- htdocs/societe.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/societe.php b/htdocs/societe.php index 8ebcf750410..ecd1f9e2abf 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -135,9 +135,13 @@ if ($result) print " idp\">$obj->nom\n"; print "".$obj->ville." \n"; print ''; - if ($obj->client) + if ($obj->client==1) { - print "idp\">client\n"; + print "idp\">Client\n"; + } + elseif ($obj->client==2) + { + print "idp\">Prospect\n"; } else {