Skip to content

Commit

Permalink
Remove ENROLMENT_HEADCOUNTS_AND_FTE_REPORT_FOR_OL_AND_CE report
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Jan 13, 2025
1 parent e47e6b6 commit 54a136e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 410 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public DownloadableReportResponse getMinistryDownloadableReport(UUID collectionI
case INDY_INCLUSIVE_ED_FUNDING_HEADCOUNTS -> ministryReportsService.generateIndySpecialEducationFundingHeadcounts(collectionID);
case ENROLLED_HEADCOUNTS_AND_FTE_REPORT -> ministryReportsService.generateEnrolledHeadcountsAndFteReport(collectionID);
case INCLUSIVE_EDUCATION_VARIANCES_ALL -> ministryReportsService.generateInclusiveEducationVarianceReport(collectionID);
case ENROLMENT_HEADCOUNTS_AND_FTE_REPORT_FOR_OL_AND_CE_SCHOOLS -> ministryReportsService.generateEnrolmentHeadcountsAndFteReportForCEAndOLSchools(collectionID);
case INDY_FUNDING_REPORT_ALL -> ministryReportsService.generateIndyFundingReport(collectionID, false, false, false);
case INDY_FUNDING_REPORT_FUNDED -> ministryReportsService.generateIndyFundingReport(collectionID, false, false, true);
case ONLINE_INDY_FUNDING_REPORT -> ministryReportsService.generateIndyFundingReport(collectionID, true, false, false);
Expand Down
Loading

0 comments on commit 54a136e

Please sign in to comment.