From f3bc10fcde770af3e9d308a9c5e4383e9bb8bf5a Mon Sep 17 00:00:00 2001
From: cgl <lallemand.chloe@gmail.com>
Date: Mon, 16 Sep 2024 21:01:04 +0200
Subject: [PATCH] =?UTF-8?q?ajoute=20les=20nouveaux=20param=C3=A8tres=20des?=
 =?UTF-8?q?=20all=C3=A8gements=20en=20modifiable=20dans=20le=20budg=C3=A9t?=
 =?UTF-8?q?aire?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/lib/variables.ts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/variables.ts b/src/lib/variables.ts
index 55be042ad..05e81e47c 100644
--- a/src/lib/variables.ts
+++ b/src/lib/variables.ts
@@ -217,7 +217,8 @@ export const budgetEditableParametersNameByVariableName: {
   ]),
   allegement_cotisation_allocations_familiales: new Set([
     "prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.reduction",
-    "prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.plafond_smic",
+    "prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.plafond_smic_2023_12_31",
+    "prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.plafond_smic_courant"
   ]),
   fnal: new Set([
     "prelevements_sociaux.autres_taxes_participations_assises_salaires.fnal.contribution_moins_de_50_salaries",
@@ -252,7 +253,8 @@ export const budgetEditableParametersNameByVariableName: {
     "prelevements_sociaux.cotisations_securite_sociale_regime_general.mmid.employeur.maladie",
   ]),
   allegement_cotisation_maladie: new Set([
-    "prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.plafond",
+    "prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.plafond_smic_2023_12_31",
+    "prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.plafond_smic_courant",
     "prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.taux",
   ]),
   vieillesse_deplafonnee_employeur: new Set([
-- 
GitLab