From eb6b33411315fb9d0bac6ecc34accd0dd6575afe Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 23 Apr 2018 18:30:40 +0530 Subject: [PATCH] batch options in fees screen changes done --- 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 4485ecdf..81d3cad3 100755 --- a/Apollo/api/application/models/Fees_status_model.php +++ b/Apollo/api/application/models/Fees_status_model.php @@ -90,6 +90,7 @@ class Fees_status_model extends CI_Model $this->db->join(COURSE.' as CU', 'CU.CourseID = CF.CourseID'); $this->db->where('SFS.CourseID',$student['CourseID']); $this->db->where('SFS.StudentID',$student['StudentID']); + $this->db->where('BA.BranchCode',$student['BranchCode']); $enrolledFeesDetails = $this->db->get(); if($enrolledFeesDetails->result()){ $result_array['feesStatus']=true;