diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 58f4a70ea4b..a1c68756181 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -94,6 +94,7 @@ else $listofoppstatus=array(); $listofopplabel=array(); $listofoppcode=array(); $sql = "SELECT cls.rowid, cls.code, cls.percent, cls.label"; $sql.= " FROM ".MAIN_DB_PREFIX."c_lead_status as cls"; +$sql.= " WHERE active=1"; $resql = $db->query($sql); if ( $resql ) {