mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'mig/12.0/l10n_us_hr_payroll__2020' into '12.0-test'
mig/12.0/l10n_us_hr_payroll__2020 into 12.0-test See merge request hibou-io/hibou-odoo/suite!307
This commit is contained in:
@@ -203,6 +203,8 @@ def ee_us_941_fit(payslip, categories, worked_days, inputs):
|
||||
|
||||
schedule_pay = payslip.dict.contract_id.schedule_pay
|
||||
wage = fit_wage(payslip, categories)
|
||||
if not wage:
|
||||
return 0.0, 0.0
|
||||
|
||||
#_logger.warn('initial gross wage: ' + str(wage))
|
||||
year = payslip.dict.get_year()
|
||||
|
||||
Reference in New Issue
Block a user