diff --git a/odex25_mobile/odex_mobile/controllers/rest_api_v2/attendance.py b/odex25_mobile/odex_mobile/controllers/rest_api_v2/attendance.py index 84041e490..5f9b8a45a 100644 --- a/odex25_mobile/odex_mobile/controllers/rest_api_v2/attendance.py +++ b/odex25_mobile/odex_mobile/controllers/rest_api_v2/attendance.py @@ -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'))