mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 01:35:56 +03:00
Fix subtle bug. Might be worth it to ask to DGALN! [skip ci]
This commit is contained in:
parent
edbb862709
commit
94a1d9bf21
@ -4401,6 +4401,13 @@ champ d'application CalculAllocationLogementAccessionPropriété:
|
||||
# foyer prenne bien le 2° du D832-25 et non pas le 1°.
|
||||
définition calcul_apl_logement_foyer.condition_2_du_832_25 égal à
|
||||
vrai
|
||||
# Attention ! Le calcul de K dépend également du nombre de parts N, qui
|
||||
# est différent selon que l'on soit en secteur accession-propriété ou
|
||||
# en secteur logement-foyer. Ici, nous sommes en secteur accession
|
||||
# propriété donc il faut que le nombre de parts pris en compte pour le calcul
|
||||
# soit le nombre de parts accession-propriété.
|
||||
définition calcul_apl_logement_foyer.n_nombre_parts_d832_25 égal à
|
||||
calcul_nombre_parts.n_nombre_parts_d832_11
|
||||
|
||||
définition coefficient_prise_en_charge égal à
|
||||
calcul_apl_logement_foyer.coefficient_prise_en_charge_d832_25
|
||||
|
@ -631,7 +631,7 @@ déclaration champ d'application CalculAidePersonnaliséeLogementFoyer:
|
||||
|
||||
sortie coefficient_multiplicateur_d832_25 contenu argent
|
||||
sortie coefficient_r_d832_25 contenu argent
|
||||
sortie n_nombre_parts_d832_25 contenu décimal
|
||||
contexte sortie n_nombre_parts_d832_25 contenu décimal
|
||||
sortie équivalence_loyer_éligible contenu argent
|
||||
sortie plafond_équivalence_loyer_éligible contenu argent
|
||||
interne abattement_dépense_nette_minimale_d832_27
|
||||
|
Loading…
Reference in New Issue
Block a user