Merge pull request #3362 from expsa/hr_rep_mod

emp reporttt
This commit is contained in:
eslamtalaat744 2025-05-29 17:12:38 +03:00 committed by GitHub
commit b71083ccb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class ReportAttendancePublic(models.AbstractModel):
def get_value(self, data):
type = data['form']['type']
print("ggg")
totals_only = data["form"].get("print_totals_only", False)
employee_ids = data['form']['employee_ids']
resource_calender_id = data['form']['resource_calender_id']