diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 24a54c8e058..88e0b713ea7 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -295,7 +295,7 @@ if ( $societe->fetch($socid) ) print '
'; - print ''; + print ''; print ''; print ""; print ""; @@ -313,8 +313,8 @@ if ( $societe->fetch($socid) ) print '
'.$langs->trans("Firstname").' '.$langs->trans("Lastname").'
'.$langs->trans("Contact").'Poste'.$langs->trans("Tel").'".$langs->trans("Fax")."".$langs->trans("EMail")."".$langs->trans("AddContact")."
'; print ''; - print img_file(); - print ' '.$obj->firstname.' '. $obj->name.' '; + print img_object($langs->trans("ShowContact"),"contact"); + print ' '.$obj->firstname.' '. $obj->name.' '; if ($obj->note) {