Skip to content

Commit

Permalink
ID_casualty_HC -> ID_Casualty_HC typo fix in surtax function
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHJensen committed Nov 30, 2015
1 parent 514e7f4 commit 982e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ def BenefitSurtax(calc):
int(nobenefits_calc.policy.ID_BenefitSurtax_Switch[1])
nobenefits_calc.policy.ID_RealEstate_HC = \
int(nobenefits_calc.policy.ID_BenefitSurtax_Switch[2])
nobenefits_calc.policy.ID_casualty_HC = \
nobenefits_calc.policy.ID_Casualty_HC = \
int(nobenefits_calc.policy.ID_BenefitSurtax_Switch[3])
nobenefits_calc.policy.ID_Miscellaneous_HC = \
int(nobenefits_calc.policy.ID_BenefitSurtax_Switch[4])
Expand Down

0 comments on commit 982e350

Please sign in to comment.