Skip to content

Commit

Permalink
Add DISTONLINE to indy double reported fte calc
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Aug 14, 2024
1 parent d08b3b0 commit a488d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public boolean studentPreviouslyReportedInDistrict(StudentRuleData studentRuleDa
}
var school = studentRuleData.getSchool();
var isPublicOnlineOrContEdSchool = (school.getSchoolCategoryCode().equals(SchoolCategoryCodes.PUBLIC.getCode()) &&
(school.getFacilityTypeCode().equals(FacilityTypeCodes.DIST_LEARN.getCode()) || FacilityTypeCodes.ONLINE_SCHOOLS.contains(school.getFacilityTypeCode()))) ||
FacilityTypeCodes.ONLINE_SCHOOLS.contains(school.getFacilityTypeCode())) ||
school.getFacilityTypeCode().equals(FacilityTypeCodes.CONT_ED.getCode());
var isStudentInDistrictFundedGrade = SchoolGradeCodes.getDistrictFundingGrades().contains(studentRuleData.getSdcSchoolCollectionStudentEntity().getEnrolledGradeCode());
var assignedStudentId = studentRuleData.getSdcSchoolCollectionStudentEntity().getAssignedStudentId();
Expand Down

0 comments on commit a488d47

Please sign in to comment.