From 2bb12c25a2c8af26feb55f80a6297c3a75e8b544 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 3 Feb 2006 14:55:02 +0000 Subject: [PATCH] Fix: lien incorrect --- htdocs/contrat/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php index 7446ac2a1dd..66e94965a7b 100644 --- a/htdocs/contrat/contact.php +++ b/htdocs/contrat/contact.php @@ -372,7 +372,7 @@ if ($id > 0) print ''; if ($tab[$i]['socid'] > 0) { - print ''; + print ''; print img_object($langs->trans("ShowCompany"),"company").' '.$societe->get_nom($tab[$i]['socid']); print ''; }