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$'); ?>