batch options in fees screen changes done
This commit is contained in:
parent
093b82a47d
commit
eb6b334113
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user