fix: multiple fixes to warehouse barcode scanning logic by sagarvora [frappe] PR#49312
From: https://github.com/frappe/erpnext/pull/49312
Date: 2025-08-26 00:29:26+05:30
- fix: correct logic for warehouse field label
- fix: match warehouse only when
last_scanned_warehouse
field exists
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-49312
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-49312
# 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