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++; }