Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed Jul 13, 2019
1 parent 14d115a commit 7a91e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cotisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def eval_taux_effort(self):
return (0.0302, 0.0305, 0.0307, 0.0310)[index]
else:
return (0.0202, 0.0203, 0.0205, 0.0206)[index]
elif database.creche.type == TYPE_PARENTAL and date.year < 2013:
elif database.creche.type == TYPE_PARENTAL and self.date.year < 2013:
if tranche >= 4:
return 0.02
elif tranche == 3:
Expand Down

0 comments on commit 7a91e56

Please sign in to comment.