fix: invalidate salary structure cache on document update [frappe] PR#4658
From: https://github.com/frappe/hrms/pull/4658
Date: 2026-06-06 13:17:49+05:30
- fix: invalidate salary structure cache on document update
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4658
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4658
# 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