entry correction
This commit is contained in:
parent
1f7bed117b
commit
bf55e17681
@ -69,6 +69,9 @@ group by Student_id,cid";
|
|||||||
// $this->db->like('ST.Firstname','%'.$search['Firstname'].'%');
|
// $this->db->like('ST.Firstname','%'.$search['Firstname'].'%');
|
||||||
$this->db->where('scd.UniversityID',$search['University']);
|
$this->db->where('scd.UniversityID',$search['University']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$this->db->where('sd.BranchCode',$search['branchId']);
|
||||||
$this->db->group_by('scd.ID');
|
$this->db->group_by('scd.ID');
|
||||||
|
|
||||||
$searchDetails = $this->db->get();
|
$searchDetails = $this->db->get();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user