From ee0154a0fcb6dd0d7fd33f21b87335348ec3b747 Mon Sep 17 00:00:00 2001 From: gayathri1990 Date: Wed, 10 Oct 2018 11:59:18 +0530 Subject: [PATCH] batchfilterreport --- Apollo/api/application/models/Reports_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);