fix-duplicate

This commit is contained in:
eslamabady 2024-10-07 01:51:27 +03:00
parent a5038cf60a
commit 906fdb4aa8
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ class AttendanceController(http.Controller):
'title':subject,
'body':msg,
}
emp.user_push_notification(data)
# emp.user_push_notification(data)
def create_log(self, employee, longitude, latitude):
with request.env.cr.savepoint():