fixes #4490: Leave Adjustment Not Reflected in Employee Leave Balance Report [frappe] PR#4517
From: https://github.com/frappe/hrms/pull/4517
Date: 2026-05-11 15:40:24+00:00
- fix: include leave adjustments in employee leave balance report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4517
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4517
# 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