remove line

This commit is contained in:
Camilo Sarmiento 2020-07-30 16:26:36 -05:00
parent ae0f5eafe3
commit 7203b36655
1 changed files with 0 additions and 2 deletions

View File

@ -799,8 +799,6 @@ class PayrollGroup(Wizard):
payroll_to_create = []
for employee in Employee.search(dom_employees):
if not employee.contract:
continue
start = self.start.period.start
end = self.start.period.end