Fix/payroll entry canceling for hr manager [frappe] PR#4539
From: https://github.com/frappe/hrms/pull/4539
Date: 2026-05-14 16:42:14+05:30
- test(payroll_entry): add test for payroll entry cancellation by HR Manager
- fix(payroll_entry): ignore permissions when canceling payment ledger and journal entries
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4539
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4539
# 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