diff --git a/htdocs/telephonie/contrat/liste.php b/htdocs/telephonie/contrat/liste.php index c313cd1ef46..f9baa3988aa 100644 --- a/htdocs/telephonie/contrat/liste.php +++ b/htdocs/telephonie/contrat/liste.php @@ -54,7 +54,7 @@ $pagenext = $page + 1; * * */ -$sql = "SELECT c.rowid, c.ref, s.idp as socidp, s.nom "; +$sql = "SELECT c.rowid, c.ref, s.idp as socidp, c.statut, s.nom "; $sql .= ", sf.idp as sfidp, sf.nom as sfnom"; $sql .= ", sa.idp as saidp, sa.nom as sanom"; $sql .= " FROM ".MAIN_DB_PREFIX."societe as s"; @@ -137,7 +137,7 @@ if ($result) $var=!$var; print "
';
print '';
print img_file();
print ' ';