batchfilterreport
This commit is contained in:
parent
bcc699be0c
commit
ee0154a0fc
@ -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->select('BatchCode,BatchName,str_to_date(BatchDate, "%d-%m-%Y") BatchDate');
|
||||||
$this->db->where('UniversityID',$universityID);
|
$this->db->where('UniversityID',$universityID);
|
||||||
$this->db->where('IsActive','1');
|
//$this->db->where('IsActive','1');
|
||||||
$this->db->where('BranchCode',$br);
|
$this->db->where('BranchCode',$br);
|
||||||
$this->db->order_by('BatchDate','DESC');
|
$this->db->order_by('BatchDate','DESC');
|
||||||
$batchDetails = $this->db->get(BATCH);
|
$batchDetails = $this->db->get(BATCH);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user