fix: employee filter in list view of employee checkin by Jeevansyriac [frappe] PR#1612
From: https://github.com/frappe/hrms/pull/1612
Date: 2024-04-03 08:24:48+05:30
- fix: employee filter in list view of employee checkin (#1612)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-1612
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-1612
# 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