course active_deactiation
This commit is contained in:
parent
d4e9fd78a8
commit
85ad61b06e
@ -354,6 +354,7 @@ class Student_model extends CI_Model {
|
|||||||
$this->db->join('' . STUDENTS_FEES_PAID . ' as t6', 't6.FeesId = t5.FeesID', 'LEFT');
|
$this->db->join('' . STUDENTS_FEES_PAID . ' as t6', 't6.FeesId = t5.FeesID', 'LEFT');
|
||||||
$this->db->where('t1.BranchID', $req['localBranchID']);
|
$this->db->where('t1.BranchID', $req['localBranchID']);
|
||||||
$this->db->where('t1.StudentID', $studentId);
|
$this->db->where('t1.StudentID', $studentId);
|
||||||
|
$this->db->where('t1.IsActive', '1');
|
||||||
$this->db->group_by('t1.CourseID');
|
$this->db->group_by('t1.CourseID');
|
||||||
$courseDetails = $this->db->get();
|
$courseDetails = $this->db->get();
|
||||||
$checkArr = $courseDetails->result();
|
$checkArr = $courseDetails->result();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user