feat: enter serial range in Serial/Batch Selector by barredterra [frappe] PR#41530
From: https://github.com/frappe/erpnext/pull/41530
Date: 2024-05-18 06:55:50+02:00
- feat: enter serial range in Serial/Batch Selector (#41530)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41530
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41530
# 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