course details changes done
This commit is contained in:
parent
0c77cde75b
commit
0bf4fd2e63
@ -25,6 +25,9 @@ class Fees_status_model extends CI_Model
|
||||
$this->db->join(UNIVERSITY.' as US', 'US.UniversityID = CU.UniversityID');
|
||||
$this->db->where('ST.IsActive','1');
|
||||
$this->db->where('STC.IsActive','1');
|
||||
if($search['requestedBranch']!='All'){
|
||||
$this->db->where('STC.BranchID',$search['requestedBranch']);
|
||||
}
|
||||
if($search['MobileNumber']!=''){
|
||||
$this->db->where('ST.MobileNumber',$search['MobileNumber']);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user