fix(attendance_request): enhance leave record checks for half-day attendance requests [frappe] PR#4549
From: https://github.com/frappe/hrms/pull/4549
Date: 2026-05-18 16:59:28+05:30
- fix(attendance_request): enhance leave record checks for half-day attendance requests
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4549
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4549
# 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