Skip to content

Commit

Permalink
Update programs/programs/co/universal_preschool/calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena authored Dec 6, 2024
1 parent 279f99d commit 628a99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/co/universal_preschool/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def _has_qualifying_condition(self, member: HouseholdMember):
if member.relationship == "fosterChild":
income_limit = int(UniversalPreschool.foster_income_limit * fpl)

return income < income_limit
return income <= income_limit

0 comments on commit 628a99c

Please sign in to comment.