fix: remove invalid company filter from Salary Component in Employee Incentive (backport #4659) [frappe] PR#4663
From: https://github.com/frappe/hrms/pull/4663
Date: 2026-06-06 15:14:38+05:30
- fix: correct employee incentive filter logic for Salary Component
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4663
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4663
# 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