fix: leave approver shouldn't have amend permission on leave application by asmitahase [frappe] PR#4003
From: https://github.com/frappe/hrms/pull/4003
Date: 2026-01-27 12:05:12+05:30
- fix: leave approver shouldn't have amend permission on leave application
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4003
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4003
# 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