From 1d2027b674749c81ba4241298cfcf3b0e05af849 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Dec 2004 00:59:43 +0000 Subject: [PATCH] Le nom du contact est clicable comme sur les autres onglets. --- htdocs/fourn/fiche.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 6fc8bce2b98..bc1af9435cd 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -274,7 +274,11 @@ if ( $societe->fetch($socid) ) print ""; - print "$obj->firstname $obj->name"; + print ''; + print ''; + print img_file(); + print ' '.$obj->firstname.' '. $obj->name.' '; + if ($obj->note) { print "
".nl2br($obj->note);