new&rereg rport
This commit is contained in:
parent
c8441e5a09
commit
61a58b233e
@ -615,7 +615,7 @@ where STU.IsActive = '1' and APFS.ID in (select max(ID) from T_ApplicationFormS
|
|||||||
$sql.="and STU_COUR.IsActive='1'";
|
$sql.="and STU_COUR.IsActive='1'";
|
||||||
$sql.="and STU.BranchCode='".$br."'";
|
$sql.="and STU.BranchCode='".$br."'";
|
||||||
$sql.=" group by regid,Student_id,RD.CourseID,Sem_Year ";
|
$sql.=" group by regid,Student_id,RD.CourseID,Sem_Year ";
|
||||||
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate DESC ";
|
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate ASC ";
|
||||||
|
|
||||||
$leadDet=$this->db->query($sql);
|
$leadDet=$this->db->query($sql);
|
||||||
$answer = $leadDet->result();
|
$answer = $leadDet->result();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user