Skip to content

Commit 11690c9

Browse files
Merge branch 'dev'
2 parents 145506f + dfec7fe commit 11690c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cc/altius/FASP/dao/impl/ReportDaoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public List<BudgetReportOutput> getBudgetReport(BudgetReportInput br, CustomUser
706706
+ "WHERE "
707707
+ " TRUE AND b.ACTIVE "
708708
+ " AND (:programIds='' OR FIND_IN_SET(bp.PROGRAM_ID, :programIds)) "
709-
+ " AND st.BUDGET_ID IS NOT NULL "
709+
+ " AND stc.BUDGET_ID IS NOT NULL "
710710
+ " AND (:fundingSourceIds='' OR FIND_IN_SET(b.FUNDING_SOURCE_ID, :fundingSourceIds)) "
711711
+ " AND (b.START_DATE BETWEEN :startDate AND :stopDate OR b.STOP_DATE BETWEEN :startDate AND :stopDate OR :startDate BETWEEN b.START_DATE AND b.STOP_DATE) ");
712712
this.aclService.addUserAclForRealm(sb, params, "b", curUser);

0 commit comments

Comments
 (0)