Skip to content

Commit

Permalink
update to compute cost not value for benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 22, 2020
1 parent 876d728 commit a4a708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs-config/cs_config/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def summary_aggregate(res, tb):
)
# tax totals for baseline
tax_vars = ["iitax", "payrolltax", "combined",
"benefit_value_total"]
"benefit_cost_total"]
aggr_base = tb.multi_var_table(tax_vars, "base")
aggr_base.index = AGG_ROW_NAMES
# tax totals for reform
Expand Down

0 comments on commit a4a708a

Please sign in to comment.