mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] l10n_us_hr_payroll : Fixed exempt test case for 2019.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user