Skip to content

Commit

Permalink
corrige la formule around
Browse files Browse the repository at this point in the history
  • Loading branch information
b-michaud committed Jan 13, 2025
1 parent 129cf5b commit fdf6784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ def formula_2020_01_01(foyer_fiscal, period, parameters):
ir_plaf_qf = foyer_fiscal('ir_plaf_qf', period)
decote_gain_fiscal = foyer_fiscal('decote_gain_fiscal', period)

return around(0, ir_plaf_qf - decote_gain_fiscal)
return around(ir_plaf_qf - decote_gain_fiscal)


class iaidrdi(Variable):
Expand Down

0 comments on commit fdf6784

Please sign in to comment.