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 8b53fa57c..0f43b7d07 100644 --- a/odex25_mobile/odex_mobile/controllers/rest_api_v2/attendance.py +++ b/odex25_mobile/odex_mobile/controllers/rest_api_v2/attendance.py @@ -458,7 +458,7 @@ class AttendanceController(http.Controller): subject = _("Auto Sign out") self.send_msg(employee, msg, subject) employee.message_sent = True - return http_helper.response(message="Auto Checkout Fail and Send %s-%s-%s"%(zone.auto_checkout,zone_general.auto_checkout,zone,zone_general), data={'status': False}) + return http_helper.response(message="Auto Checkout Fail and Send %s-%s-%s-%s"%(zone.auto_checkout,zone_general.auto_checkout,zone,zone_general), data={'status': False}) else: self.create_log(employee, body.get('longitude'), body.get('latitude')) if not employee.message_sent: