fix: do not reset picked items by rohitwaghchaure [frappe] PR#44783
From: https://github.com/frappe/erpnext/pull/44783
Date: 2024-12-18 20:53:56+05:30
- fix: do not reset picked items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44783
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44783
# 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