fix: Better perm checks for HRMS [frappe] PR#4621
From: https://github.com/frappe/hrms/pull/4621
Date: 2026-06-01 14:16:02+05:30
- fix: salary slip preview calls
- fix: Better perm checks for HRMS
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4621
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4621
# 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