diff --git a/Apollo/api/application/models/Fees_status_model.php b/Apollo/api/application/models/Fees_status_model.php index 8e514810..3f3723f6 100755 --- a/Apollo/api/application/models/Fees_status_model.php +++ b/Apollo/api/application/models/Fees_status_model.php @@ -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()){