course details changes done

This commit is contained in:
gandhimathi 2018-02-13 17:51:27 +05:30
parent e7f0cb6ce9
commit 190ffa9c54

View File

@ -305,7 +305,7 @@ class Course_model extends CI_Model {
$this->db->order_by('CSID','ASC');
$this->db->where('CSU.CourseID',$courseID);
$this->db->where('CSU.IsActive','1');
$this->db->where('SM.IsActive','1');
// $this->db->where('SM.IsActive','1');
$this->db->from(COURSESUBJECT.' as CSU');
$this->db->join(SUBJECTMASTER.' as SM', 'SM.SubjectID = CSU.SubjectID');
$subDetails = $this->db->get();