Skip to content

Commit

Permalink
Fix amen_social_presence_handicap_lourd with a formula
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Feb 10, 2025
1 parent aec3452 commit e829b6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class amen_social_presence_handicap_lourd(Variable):
definition_period = MONTH
# Critères primaires du décret 2020-317 du 19 mai 2020
# Handicap de niveau 3
def formula_2020(menage, period, parameters):
return menage.sum(menage.members('handicap', period) >= 3)


class amen_social_pas_d_achat_onereux(Variable):
Expand Down

0 comments on commit e829b6e

Please sign in to comment.