Merge pull request #3790 from expsa/bakry_mobile

Bakry mobile
This commit is contained in:
bakry 2025-07-07 14:29:00 +03:00 committed by GitHub
commit e8efefedb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class AttendanceController(http.Controller):
li = []
total_months = {}
if records:
records.get_hours()
#records.get_hours()
total_plan_hours = sum(records.mapped('plan_hours'))
total_office_hours = sum(records.mapped('office_hours'))