fix: Shift tagging for attendance request [frappe] PR#4612
From: https://github.com/frappe/hrms/pull/4612
Date: 2026-05-31 10:28:52+05:30
- fix: Shift tagging for attendance request
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4612
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4612
# 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