deactive course not shown in new&rereg report

This commit is contained in:
venbatechnologies@gmail.com 2018-12-08 15:52:06 +05:30
parent 4a615dc0cb
commit 2b71627bfb

View File

@ -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 STU_COUR.IsActive='1'";
$sql.="and STU.BranchCode='".$br."'";
$sql.=" group by regid,Student_id,RD.CourseID,Sem_Year ";
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate DESC ";