fix: salary creation error by AyshaHakeem [frappe] PR#3186
From: https://github.com/frappe/hrms/pull/3186
Date: 2025-05-30 13:22:39+05:30
- chore: add fix for salary creation error to develop branch
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3186
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3186
# 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