Skip to main content
Sign in
Snippets Groups Projects
Commit 26365107 authored by Toufic Batache's avatar Toufic Batache
Browse files

Merge branch '235-fix-requete-api' into 'master'

Resolve "Fix requete API"

Closes #235

See merge request !196
parents 38346aa0 e3e4549e
No related branches found
No related tags found
1 merge request!196Resolve "Fix requete API"
Pipeline #12493 passed
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
metadata, metadata,
output_variables: ["rfr_par_part", "impot_revenu_restant_a_payer"], output_variables: ["rfr_par_part", "impot_revenu_restant_a_payer"],
quantile_base_variable: ["rfr_par_part"], quantile_base_variable: ["rfr_par_part"],
quantile_compare_variables: ["impot_revenu_restant_a_payer"], quantile_compare_variables: ["impot_revenu_restant_a_payer", "rfr"],
quantile_nb: 10, quantile_nb: 10,
plf: $billName === undefined ? undefined : 2024, plf: $billName === undefined ? undefined : 2024,
} }
...@@ -351,6 +351,7 @@ ...@@ -351,6 +351,7 @@
quantile_compare_variables: [ quantile_compare_variables: [
"csg_deductible_retraite", "csg_deductible_retraite",
"csg_imposable_retraite", "csg_imposable_retraite",
"rfr",
], ],
quantile_nb: 10, quantile_nb: 10,
plf: $billName === undefined ? undefined : 2024, plf: $billName === undefined ? undefined : 2024,
...@@ -374,6 +375,7 @@ ...@@ -374,6 +375,7 @@
quantile_compare_variables: [ quantile_compare_variables: [
"csg_deductible_salaire", "csg_deductible_salaire",
"csg_imposable_salaire", "csg_imposable_salaire",
"rfr",
], ],
quantile_nb: 10, quantile_nb: 10,
plf: $billName === undefined ? undefined : 2024, plf: $billName === undefined ? undefined : 2024,
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment