Skip to content

Commit

Permalink
Supprime doublon
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp authored and benoit-cty committed Mar 4, 2025
1 parent 3cc33d1 commit 6e8aa83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def formula_2024_01_01(foyer_fiscal, period, parameters): # PLF 2025 sur revenu
f8wd = foyer_fiscal('f8wd', period)
f8wr = foyer_fiscal('f8wr', period)
f8wc = foyer_fiscal('f8wc', period)
f8tp = foyer_fiscal('f8tp', period)
f8te = foyer_fiscal('f8te', period)
interets_emprunt_reprise_societe = foyer_fiscal('interets_emprunt_reprise_societe', period)
f7ik = foyer_fiscal('f7ik', period)
Expand All @@ -143,7 +142,7 @@ def formula_2024_01_01(foyer_fiscal, period, parameters): # PLF 2025 sur revenu
f7fl = foyer_fiscal('f7fl', period)
f7fy = foyer_fiscal('f7fy', period)
reduction_d_impot_majorantes = (frais_de_comptabilite + f8wt + f8tb + f8tl + f8tp + f8uz
+ f8wa + f8wd + f8wr + f8wc + f8tp + f8te + f8fv + interets_emprunt_reprise_societe
+ f8wa + f8wd + f8wr + f8wc + f8te + f8fv + interets_emprunt_reprise_societe
+ f7ik + f7il + f7gq + f7gr + f7fq + f7ft + f7fm + f7fl + f7fy)
return reduction_d_impot_majorantes

Expand Down

0 comments on commit 6e8aa83

Please sign in to comment.