fix: serial and batch no selector by rohitwaghchaure [frappe] PR#43387
From: https://github.com/frappe/erpnext/pull/43387
Date: 2024-09-25 22:15:10+05:30
- fix: serial and batch no selector (#43387)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-43387
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-43387
# 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