From 3a87f3ffefe16ece4f835db033d05ae9e5bb62b7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 Apr 2005 23:20:30 +0000 Subject: [PATCH] Fix: Liens incorrects --- htdocs/contrat/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php index 26c466b213f..5bd0f8ed22b 100644 --- a/htdocs/contrat/index.php +++ b/htdocs/contrat/index.php @@ -95,7 +95,7 @@ if ( $db->query($sql) ) $var=!$var; print ""; - print ''.img_object($langs->trans("ShowContract"),"contract").' '.$obj->fk_contrat.''; + print ''.img_object($langs->trans("ShowContract"),"contract").' '.$obj->fk_contrat.''; print ''.img_object($langs->trans("ShowService"),"service").' '.$obj->label.''; print ''.img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom.''; print 'statut'; @@ -140,7 +140,7 @@ if ( $db->query($sql) ) $var=!$var; print ""; - print ''.img_object($langs->trans("ShowContract"),"contract").' '.$obj->fk_contrat.''; + print ''.img_object($langs->trans("ShowContract"),"contract").' '.$obj->fk_contrat.''; print ''.img_object($langs->trans("ShowService"),"service").' '.$obj->label.''; print ''.img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom.''; print 'statut';