fix: serial / batch barcode scanner by rohitwaghchaure [frappe] PR#39114
From: https://github.com/frappe/erpnext/pull/39114
Date: 2024-01-04 14:58:02+05:30
- fix: serial / batch barcode scanner (#39114)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39114
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease