Skip to content
Snippets Groups Projects
Commit 894b0ab2 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Chloé Lallemand
Browse files

Ajoute la variable cotisations_allegement_general pour qu'elle soit retrouvée

parent 03787538
Branches
Tags
1 merge request!263Fix allegement general
......@@ -479,6 +479,27 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } =
quantileCompareVariables: ["contribution_solidarite_autonomie", "rfr"],
type: "prelevement",
},
cotisations_allegement_general: {
labels: {
default: "Cotisations concernées par la réduction générale",
of: "de cotisations concernées par la réduction générale",
ofThe: "des cotisations concernées par la réduction générale",
the: "les cotisations concernées par la réduction générale",
},
organisme: "securite_sociale",
outputVariables: [
"rfr_par_part",
"allegement_general",
"cotisations_allegement_general",
],
quantileBaseVariable: ["rfr_par_part"],
quantileCompareVariables: [
"allegement_general",
"rfr",
"cotisations_allegement_general",
],
type: "prelevement",
},
cotisations_employeur_assurance_chomage: {
labels: {
default: "Cotis. chômage totale",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment