fix: Include Holidays description and descriptive validation message by asmitahase [frappe] PR#4310
From: https://github.com/frappe/hrms/pull/4310
Date: 2026-04-07 11:05:40+05:30
- fix: simpler message
- fix: wrap strings in translation function
- fix: better description and validation message for when attendance request day is holiday
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4310
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4310
# 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