We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694d90c commit 0bc91dbCopy full SHA for 0bc91db
openfisca_france/model/mesures.py
@@ -654,7 +654,7 @@ def formula(famille, period):
654
'''
655
prestations_familiales = famille('prestations_familiales', period)
656
minima_sociaux = famille('minima_sociaux', period)
657
- aides_logement = famille('aides_logement', period)
+ aides_logement = famille('aide_logement', period, options = [ADD])
658
reduction_loyer_solidarite = famille('reduction_loyer_solidarite', period, options = [ADD])
659
aide_exceptionnelle_covid = famille('covid_aide_exceptionnelle_famille_montant', period, options =[ADD])
660
fse_i = famille.members('covid_aide_exceptionnelle_tpe_montant', period, options = [ADD])
0 commit comments