This commit is contained in:
venbatechnologies@gmail.com 2018-12-08 15:04:33 +05:30
parent 330c2e9486
commit 4a615dc0cb

View File

@ -1191,9 +1191,11 @@ $this->db->select('*');
$this->db->from('T_Students_Fees_Status'); $this->db->from('T_Students_Fees_Status');
$this->db->where('RollNo',$RollNo); $this->db->where('RollNo',$RollNo);
$this->db->where('CourseID',$details['CourseID']); $this->db->where('CourseID',$details['CourseID']);
$this->db->where('StudentID !=',$details['StudentID']);
$qry=$this->db->get(); $qry=$this->db->get();
$qry=$qry->result(); $qry=$qry->result();
//print_r($this->db->last_query());die();
//echo count($qry);die(); //echo count($qry);die();
if(count($qry)>0) if(count($qry)>0)