From 533e8932b4959ceca31363283a81ccf96a2a58a0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 12 Jun 2006 08:32:49 +0000 Subject: [PATCH] bugfix --- htdocs/comm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 5aade483d3c..ea9f0dafa12 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -509,7 +509,7 @@ if ($conf->contrat->enabled && 0) // \todo A REFAIRE DEPUIS NOUVEAU CONTRAT $obj = $db->fetch_object(); print "rowid."\">".img_object($langs->trans("ShowContract","contract"))." ".$obj->ref.""; print "idp\">".img_object($langs->trans("ShowCompany","company"))." ".$obj->nom."\n"; - print "".$staticcontrat->LibStatut($obj->statu,3)."\n"; + print "".$staticcontrat->LibStatut($obj->statut,3)."\n"; $var=!$var; $i++; }