Add new payroll type codes

Oregon added a new payroll tax for disability so we need to add the
payroll-types for Ohio's state and local taxes.
This commit is contained in:
Rosanne Dimesio 2023-05-02 14:27:32 +10:00 committed by Ben Sturmfels
parent 5793a55dbc
commit 2840a64215
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -60,6 +60,9 @@ class SalaryHook(_PayrollTypeHook):
'US:MA:Tax:Income', 'US:MA:Tax:Income',
'US:NY:Tax:Income', 'US:NY:Tax:Income',
'US:NY:Tax:NYC', 'US:NY:Tax:NYC',
'US:OH:Tax:Income',
'US:OH:Tax:COLUMB',
'US:OH:Tax:PNTSD',
'US:OR:Tax:Income', 'US:OR:Tax:Income',
'US:OR:Tax:STT', 'US:OR:Tax:STT',
'US:Tax:Income', 'US:Tax:Income',
@ -74,6 +77,7 @@ class SalaryHook(_PayrollTypeHook):
'US:403b:Match', 'US:403b:Match',
'US:General', 'US:General',
'US:MA:Disability:PFL', 'US:MA:Disability:PFL',
'US:OR:Disability:PFL',
'US:MA:Disability:PML', 'US:MA:Disability:PML',
'US:NY:Disability', 'US:NY:Disability',
'US:NY:Disability:PFL', 'US:NY:Disability:PFL',