[FIX] l10n_us_hr_payroll: remove overwrite to correct wage calculation above

This commit is contained in:
Jared Kipe
2020-09-29 16:11:21 -07:00
parent dfc20b09ea
commit 7c267f9fa4

View File

@@ -102,7 +102,6 @@ def general_state_unemployment(payslip, categories, worked_days, inputs, wage_ba
ytd_wage = suta_wage_ytd(payslip, categories)
wage = categories.GROSS + categories.DED_FUTA_EXEMPT
return _general_rate(payslip, wage, ytd_wage, wage_base=wage_base, wage_start=wage_start, rate=rate)