diff --git a/Apollo/api/application/models/Reports_model.php b/Apollo/api/application/models/Reports_model.php index 6fe14c2e..80b5b6c9 100755 --- a/Apollo/api/application/models/Reports_model.php +++ b/Apollo/api/application/models/Reports_model.php @@ -180,7 +180,7 @@ left join BalFees bal on bal.student=sms.sid and bal.feestype=sms.cid and bal.se } $sql.=" group by Student_id,Course_id,Batch_code,Branch_code,Sem,Sem_year"; - print_r($sql);die(); + // print_r($sql);die(); $leadDet=$this->db->query($sql); $mstatusDetails = $leadDet->result(); if (count($mstatusDetails) > 0) {