fix: party item code in Blanket Order by rohitwaghchaure [frappe] PR#39905
From: https://github.com/frappe/erpnext/pull/39905
Date: 2024-02-15 14:28:06+05:30
- chore: fix linter issue
- fix: party item code in Blanket Order
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39905
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease