batchfilterreport

This commit is contained in:
gayathri1990 2018-10-10 11:59:18 +05:30
parent bcc699be0c
commit ee0154a0fc

View File

@ -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);