student fees status changes
This commit is contained in:
parent
ce937837fc
commit
b9bae71513
@ -262,6 +262,7 @@ class Fees_status_model extends CI_Model
|
||||
$this->db->where('SFP.StudentID', $student['StudentID']);
|
||||
$this->db->where('SFP.IsActive','1');
|
||||
$this->db->where('US.BranchCode',$student['BranchCode']);
|
||||
$this->db->where('BA.BranchCode',$student['BranchCode']);
|
||||
$this->db->order_by('SFP.ID', 'DESC');
|
||||
$getFeeDetails = $this->db->get();
|
||||
if($getFeeDetails->result()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user