[FIX] l10n_us_hr_payroll : Fixed exempt test case for 2019.

This commit is contained in:
Bhoomi Vaishnani
2020-08-26 15:16:24 -04:00
parent f0401b6ec1
commit 98d0c5aa39
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ class TestUsALPayslip(TestUsPayslip):
contract = self._createContract(employee,
wage=salary,
state_id=self.get_us_state('AL'),
al_a4_sit_exemptions='0',
al_a4_sit_exemptions='',
state_income_tax_additional_withholding=0.0,
state_income_tax_exempt=True,
al_a4_sit_dependents=dependents,

View File

@@ -114,7 +114,7 @@ class TestUsGAPayslip(TestUsPayslip):
salary = 25000.00
schedule_pay = 'monthly'
allowances = 2
filing_status = 'exempt'
filing_status = ''
additional_wh = 15.00
employee = self._createEmployee()