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);