Skip to content

Commit 0bc91db

Browse files
committed
remplace aide_logement pour faire apparaitre la decompo
1 parent 694d90c commit 0bc91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfisca_france/model/mesures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def formula(famille, period):
654654
'''
655655
prestations_familiales = famille('prestations_familiales', period)
656656
minima_sociaux = famille('minima_sociaux', period)
657-
aides_logement = famille('aides_logement', period)
657+
aides_logement = famille('aide_logement', period, options = [ADD])
658658
reduction_loyer_solidarite = famille('reduction_loyer_solidarite', period, options = [ADD])
659659
aide_exceptionnelle_covid = famille('covid_aide_exceptionnelle_famille_montant', period, options =[ADD])
660660
fse_i = famille.members('covid_aide_exceptionnelle_tpe_montant', period, options = [ADD])

0 commit comments

Comments
 (0)