From bae6983aea62bbac26cd9a6f0545ad0c433008ea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Apr 2005 02:07:11 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20id=20de=20ligne=20de=20contrat=20et=20id?= =?UTF-8?q?=20du=20contrat=20invers=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 17e5d25c534..be312383de9 100644 --- a/htdocs/contrat/index.php +++ b/htdocs/contrat/index.php @@ -137,7 +137,7 @@ if ( $db->query($sql) ) $var=!$var; print ""; - print ''.img_object($langs->trans("ShowContract"),"contract").' '.$obj->cid.''; + print ''.img_object($langs->trans("ShowContract"),"contract").' '.$obj->fk_contrat.''; print ''.img_object($langs->trans("ShowService"),"service").' '.$obj->label.''; print 'statut'; print "\n"; @@ -157,5 +157,5 @@ print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>