From 0c23ca64a58ec581a1c92584e7d962ad0382262c Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 3 Oct 2018 12:30:58 +0530 Subject: [PATCH] fee balance report fixes --- Apollo/api/application/models/Reports_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/models/Reports_model.php b/Apollo/api/application/models/Reports_model.php index 28c376f2..add8c9e4 100755 --- a/Apollo/api/application/models/Reports_model.php +++ b/Apollo/api/application/models/Reports_model.php @@ -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."' ";