student fees status changes

This commit is contained in:
gandhimathi 2018-04-24 15:12:02 +05:30
parent ce937837fc
commit b9bae71513

View File

@ -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()){