fix: filter to validate existing item in Party Specific Item by iamkhanraheel [frappe] PR#48194
From: https://github.com/frappe/erpnext/pull/48194
Date: 2025-06-23 14:20:27+05:30
- fix: update fieldname in filter
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48194
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48194
# 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