diff --git a/Apollo/api/application/models/Reports_model.php b/Apollo/api/application/models/Reports_model.php index 583616eb..b2add3cf 100755 --- a/Apollo/api/application/models/Reports_model.php +++ b/Apollo/api/application/models/Reports_model.php @@ -1052,7 +1052,7 @@ from T_Lead_Tracking_Followup as ltf { $this->db->select('BatchCode,BatchName,str_to_date(BatchDate, "%d-%m-%Y") BatchDate'); $this->db->where('UniversityID',$universityID); - $this->db->where('IsActive','1'); + //$this->db->where('IsActive','1'); $this->db->where('BranchCode',$br); $this->db->order_by('BatchDate','DESC'); $batchDetails = $this->db->get(BATCH);