changes
This commit is contained in:
@@ -1148,7 +1148,7 @@ class AuthorizerPortal(CustomerPortal):
|
||||
('check_out', '=', False),
|
||||
], limit=1)
|
||||
if att:
|
||||
check_in_time = (att.check_in.isoformat() + 'Z') if att.check_in else ''
|
||||
check_in_time = att.check_in.isoformat() if att.check_in else ''
|
||||
location_name = att.x_fclk_location_id.name if att.x_fclk_location_id else ''
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
Reference in New Issue
Block a user