This commit is contained in:
gsinghpal
2026-03-17 13:32:08 -04:00
parent e56974d46f
commit 595dccc17d
11 changed files with 159 additions and 28 deletions

View File

@@ -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