From 243923ce1a17c3fcfab6d1954bb2348b8ad078d1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 8 Jun 2005 13:32:10 +0000 Subject: [PATCH] Ajout icones de statut --- htdocs/telephonie/contrat/liste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ''; print img_file(); print ' ';