Skip to content

Commit 774d396

Browse files
Merge pull request #1978 from bcgov/fix/EDX-3003
DIS | Students Not Eligible for Funding in the District Report |Update Downloadable File Name
2 parents 4e90316 + 056f864 commit 774d396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/components/sdc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ function getFileDetails(reportType, mincode) {
652652
'DIS_GRADE_ENROLLMENT_HEADCOUNT_PER_SCHOOL': { filename: `GradeEnrollmentHeadcount_District_${mincode}_PerSchool.pdf`, contentType: 'application/pdf' },
653653
'DIS_CAREER_HEADCOUNT': { filename: `CareerProgramsHeadcount_District_${mincode}.pdf`, contentType: 'application/pdf' },
654654
'DIS_CAREER_HEADCOUNT_PER_SCHOOL': { filename: `CareerProgramsHeadcount_District_${mincode}_PerSchool.pdf`, contentType: 'application/pdf' },
655-
'DIS_ZERO_FTE_SUMMARY': { filename: `Non-FundedStudentsHeadcount_District_${mincode}_PerSchool.pdf`, contentType: 'application/pdf' },
655+
'DIS_ZERO_FTE_SUMMARY': { filename: `Non-FundedStudentsHeadcount_District_${mincode}.pdf`, contentType: 'application/pdf' },
656656
'DEFAULT': { filename: 'download.pdf', contentType: 'application/pdf' }
657657
};
658658
return mappings[reportType] || mappings['DEFAULT'];

0 commit comments

Comments
 (0)