minor fix preliquitadion wages aditional

payrollGroup
This commit is contained in:
Wilson Gomez 2023-05-15 09:06:48 -05:00
parent 3a7dffefcd
commit 295d176cfc
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ class PayrollGroup(Wizard):
payroll_to_create.append(values)
wages = [
(wage_type, None, None) for wage_type in self.start.wage_types
(cache_wage_dict[wage_type.id], None, None) for wage_type in self.start.wage_types
]
PayrollCreate = Payroll.create
if payroll_to_create: