deactive course not shown in new&rereg report
This commit is contained in:
parent
4a615dc0cb
commit
2b71627bfb
@ -611,7 +611,8 @@ where STU.IsActive = '1' and APFS.ID in (select max(ID) from T_ApplicationFormS
|
|||||||
$sql.=" and COUR.UniversityID = '".$u."'";
|
$sql.=" and COUR.UniversityID = '".$u."'";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$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 DESC ";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user