fix: ignore expired batch for pick list (backport #45617) by mergify[bot] [frappe] PR#45659
From: https://github.com/frappe/erpnext/pull/45659
Date: 2025-01-30 19:34:06+05:30
- fix: ignore expired batch for pick list
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45659
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45659
# 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