Skip to content

Commit cee2fd0

Browse files
author
cgl
committed
Adapte barémisation
1 parent b3f2504 commit cee2fd0

File tree

1 file changed

+1
-1
lines changed
  • openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales

1 file changed

+1
-1
lines changed

openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def montant_csg_crds_bareme(base_avec_abattement = None, base_sans_abattement =
4949
round_base_decimals = 2,
5050
) + base_sans_abattement
5151
if indicatrice_taux_plein is None and indicatrice_taux_reduit is None:
52-
return -law_node.taux.calc(base)
52+
return -law_node.calc(base)
5353
elif indicatrice_taux_plein is not None and indicatrice_taux_reduit is not None and indicatrice_taux_intermediaire is None:
5454
return -(
5555
law_node.taux_plein.calc(base) * indicatrice_taux_plein

0 commit comments

Comments
 (0)