roll no
This commit is contained in:
parent
330c2e9486
commit
4a615dc0cb
@ -1191,9 +1191,11 @@ $this->db->select('*');
|
||||
$this->db->from('T_Students_Fees_Status');
|
||||
$this->db->where('RollNo',$RollNo);
|
||||
$this->db->where('CourseID',$details['CourseID']);
|
||||
$this->db->where('StudentID !=',$details['StudentID']);
|
||||
$qry=$this->db->get();
|
||||
$qry=$qry->result();
|
||||
|
||||
//print_r($this->db->last_query());die();
|
||||
//echo count($qry);die();
|
||||
|
||||
if(count($qry)>0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user