new reg deact course

This commit is contained in:
venbatechnologies@gmail.com 2018-12-05 17:37:25 +05:30
parent 4fc7768cdd
commit ec38dd63a5

View File

@ -607,8 +607,8 @@ where STU.IsActive = '1' and APFS.ID in (select max(ID) from T_ApplicationFormS
}
$sql.="and STU.BranchCode='".$br."'";
$sql.=" group by regid,Student_id ";
$sql.=" ORDER BY StatusUpdationOn DESC ";
$sql.=" group by regid,Student_id,RD.CourseID,Sem_Year ";
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate DESC ";
$leadDet=$this->db->query($sql);
$answer = $leadDet->result();