fee balance report fixes

This commit is contained in:
gandhimathi 2018-10-03 12:30:58 +05:30
parent 3cfa1b6982
commit 0c23ca64a5

View File

@ -908,7 +908,7 @@ left join
left join T_UniversityMaster u on u.UniversityID=cm.UniversityID
left join T_StudentDetails std on std.StudentID=sfp.StudentID and std.IsActive = 1
left join T_Student_CourseDetails scd on scd.StudentID=sfs.StudentID and scd.CourseID=sfs.CourseID
left join BalFees as bal on bal.student=sfp.StudentID and bal.course=sfs.CourseID and bal.semyr=cfd.Sem_Year
left join BalFees as bal on bal.student=sfp.StudentID and bal.course=sfs.CourseID and bal.feestype=sfs.FeesType
where sfp.IsActive = 1 and sfp.UpdatedBy = '".$br."'
";