Skip to content

Commit

Permalink
Modification de l'opérateur sur la condition de nationalité
Browse files Browse the repository at this point in the history
Co-authored-by: sandcha <[email protected]>
  • Loading branch information
CecileIAEGI and sandcha authored Dec 1, 2020
1 parent f5cbd67 commit d3f96bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_france_local/departements/eure_et_loir/ASH.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def formula_2020_01(individu,period,parameters):
situation_handicap = individu('handicap',period)

condition_age = (age >= parameters(period).departements.eure_et_loir.ASH.age_minimal_personne_handicap)
condition_nationalite = ressortissant_eee if ressortissant_eee else individu('titre_sejour',period)
condition_nationalite = ressortissant_eee + individu('titre_sejour',period)
condition_handicap = situation_handicap

return condition_age * condition_nationalite * condition_handicap

0 comments on commit d3f96bf

Please sign in to comment.