Skip to content

Commit

Permalink
add surtax to _combined as well as _iitax
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHJensen committed Nov 29, 2015
1 parent fa48bf0 commit 514e7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taxcalc/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1730,3 +1730,4 @@ def BenefitSurtax(calc):
0) * calc.policy.ID_BenefitSurtax_trt

calc.records._iitax += calc.records._surtax
calc.records._combined += calc.records._surtax

0 comments on commit 514e7f4

Please sign in to comment.