Skip to content
Snippets Groups Projects
Commit 11b4921f authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Replace max function with max_.

parent 32f315b9
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class aah_base_ressources(Variable):
# ajout abattement conjoint + enfants à charge :
# https://www.banquedesterritoires.fr/aah-le-plf-2022-tranche-pour-un-abattement-forfaitaire
af_nbenf = famille("af_nbenf", period)
base_ressource_conjoint_abattue = max(
base_ressource_conjoint_abattue = max_(
0, base_ressource_conjoint - (5000 + 1100 * af_nbenf)
)
return base_ressource_demandeur + assiette_conjoint(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment