fix(job card): company filter by PugazhendhiVelu [frappe] PR#48723
From: https://github.com/frappe/erpnext/pull/48723
Date: 2025-07-21 20:10:08+05:30
- chore: rename function set company filters
- fix(job card): company filter
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48723
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48723
# 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