From d8b0766b6d793d64847aacb7c47461bbf65b4910 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Feb 2005 19:37:38 +0000 Subject: [PATCH] Picto contact sur fiche fournisseur --- htdocs/fourn/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {