fix: correct employee grade filter field name in Employee Attendance by abishektridots-ctrl [frappe] PR#4324
From: https://github.com/frappe/hrms/pull/4324
Date: 2026-04-07 11:06:30+05:30
- fix: correct employee grade filter field name in Employee Attendance Filtering employees by Employee Grade in the Employee Attendance Tool throws a server error.
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4324
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4324
# 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