Skip to content

Commit 3d5a35b

Browse files
committed
Merge PR #214 into 17.0
Signed-off-by pedrobaeza
2 parents e251a6f + 3f2912d commit 3d5a35b

File tree

1 file changed

+0
-1
lines changed
  • hr_attendance_reason/controllers

1 file changed

+0
-1
lines changed

hr_attendance_reason/controllers/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def systray_attendance(self, latitude=False, longitude=False):
2222
)
2323
return super().systray_attendance(latitude=latitude, longitude=longitude)
2424

25-
@route("/hr_attendance/manual_selection", type="json", auth="public")
2625
def manual_selection(self, token, employee_id, pin_code):
2726
if request.params.get("attendance_reason_id"):
2827
request.update_context(

0 commit comments

Comments
 (0)