From 84e26c98980a7f20ce1151478439497c29c846da Mon Sep 17 00:00:00 2001 From: b-michaud <b.michaud@outlook.com> Date: Mon, 31 Mar 2025 16:38:47 +0000 Subject: [PATCH] maj inflator reference pour parametre aides logement --- .../contrefactuel_plf/inflator_references.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openfisca_france_reforms/contrefactuel_plf/inflator_references.py b/openfisca_france_reforms/contrefactuel_plf/inflator_references.py index 77f9612c..4ecc860f 100644 --- a/openfisca_france_reforms/contrefactuel_plf/inflator_references.py +++ b/openfisca_france_reforms/contrefactuel_plf/inflator_references.py @@ -96,7 +96,7 @@ def modify_metadata(parameters): param_apl = parameters.prestations_sociales.aides_logement.allocations_logement add_metadata( - param_apl.al_loc2.par_zone, + param_apl.locatif.formule.l_plafonds_loyers.par_zone, { "inflator_reference": { "title": "Article L823-4 du code de la construction et de l'habitation", @@ -136,7 +136,7 @@ def modify_metadata(parameters): ) add_metadata( - param_apl.al_loc2.montant_forfaitaire_participation_minimale_po, + param_apl.locatif.formule.pp_particip_perso.p0_particip_min.p0_forfait, { "inflator_reference": { "title": "Article L823-4 du code de la construction et de l'habitation", -- GitLab