Skip to content

Commit 056f864

Browse files
committed
update downloadable file name
1 parent 4e90316 commit 056f864

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)