commit
e8efefedb3
|
|
@ -283,7 +283,7 @@ class AttendanceController(http.Controller):
|
||||||
li = []
|
li = []
|
||||||
total_months = {}
|
total_months = {}
|
||||||
if records:
|
if records:
|
||||||
records.get_hours()
|
#records.get_hours()
|
||||||
|
|
||||||
total_plan_hours = sum(records.mapped('plan_hours'))
|
total_plan_hours = sum(records.mapped('plan_hours'))
|
||||||
total_office_hours = sum(records.mapped('office_hours'))
|
total_office_hours = sum(records.mapped('office_hours'))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue