Skip to content

Commit

Permalink
Propage le renommage actp en beneficiaire_actpsur l'aide ménagère
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Jan 20, 2021
1 parent 79b3481 commit 5fc3088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def formula_2020_01(individu, period, parameters):
inapte_travail = individu('inapte_travail', period)
ressortissant_eee = individu('ressortissant_eee', period)
gir = individu('gir', period)
possede_actp = individu('actp', period)
possede_actp = individu('beneficiaire_actp', period)
possede_mtp = individu('mtp', period)

parameters_chemin = parameters(
Expand Down Expand Up @@ -67,7 +67,7 @@ def formula_2020_01(individu, period, parameters):
restriction_substantielle_durable = individu('aah_restriction_substantielle_durable_acces_emploi', period)
age = individu('age', period)
ressortissant_eee = individu('ressortissant_eee', period)
possede_actp = individu('actp', period)
possede_actp = individu('beneficiaire_actp', period)
possede_mtp = individu('mtp', period)

individual_resource_names = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
inapte_travail: False
nationalite: FR
gir: gir_5
actp: True
beneficiaire_actp: True
familles:
_:
parents: p1
Expand Down

0 comments on commit 5fc3088

Please sign in to comment.