new reg deact course
This commit is contained in:
parent
4fc7768cdd
commit
ec38dd63a5
@ -607,8 +607,8 @@ where STU.IsActive = '1' and APFS.ID in (select max(ID) from T_ApplicationFormS
|
|||||||
}
|
}
|
||||||
|
|
||||||
$sql.="and STU.BranchCode='".$br."'";
|
$sql.="and STU.BranchCode='".$br."'";
|
||||||
$sql.=" group by regid,Student_id ";
|
$sql.=" group by regid,Student_id,RD.CourseID,Sem_Year ";
|
||||||
$sql.=" ORDER BY StatusUpdationOn DESC ";
|
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate DESC ";
|
||||||
|
|
||||||
$leadDet=$this->db->query($sql);
|
$leadDet=$this->db->query($sql);
|
||||||
$answer = $leadDet->result();
|
$answer = $leadDet->result();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user