From b9bae71513d772766a5ba6b393c86f0f6f447947 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 24 Apr 2018 15:12:02 +0530 Subject: [PATCH] student fees status changes --- Apollo/api/application/models/Fees_status_model.php | 1 + 1 file changed, 1 insertion(+) 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()){