File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ function getFileDetails(reportType, mincode) {
652
652
'DIS_GRADE_ENROLLMENT_HEADCOUNT_PER_SCHOOL' : { filename : `GradeEnrollmentHeadcount_District_${ mincode } _PerSchool.pdf` , contentType : 'application/pdf' } ,
653
653
'DIS_CAREER_HEADCOUNT' : { filename : `CareerProgramsHeadcount_District_${ mincode } .pdf` , contentType : 'application/pdf' } ,
654
654
'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' } ,
656
656
'DEFAULT' : { filename : 'download.pdf' , contentType : 'application/pdf' }
657
657
} ;
658
658
return mappings [ reportType ] || mappings [ 'DEFAULT' ] ;
You can’t perform that action at this time.
0 commit comments