fix: include pos invoice in modifing key for returned item validation by venkat102 [frappe] PR#45242
From: https://github.com/frappe/erpnext/pull/45242
Date: 2025-01-13 16:51:25+05:30
- fix: include pos invoice in modifing key for returned item validation
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45242
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45242
# 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