fix: make checkin button click once to prevent submitting multiple logs by asmitahase [frappe] PR#2604
From: https://github.com/frappe/hrms/pull/2604
Date: 2025-01-09 13:03:46+05:30
- fix: make checkin button click only once to prevent sending multiple checkin logs
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-2604
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-2604
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease