fix: remove all serial/batch fields when use button is unselected by mihir-kandoi [frappe] PR#46836
From: https://github.com/frappe/erpnext/pull/46836
Date: 2025-04-01 14:15:47+05:30
- fix: remove all serial/batch fields when use button is unselected
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46836
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46836
# 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