Fix: Product Bundle Purchase Order Creation Logic by AssemBahnasy [frappe] PR#49831
From: https://github.com/frappe/erpnext/pull/49831
Date: 2025-11-11 07:23:25+03:00
- Fix: Product Bundle Purchase Order Creation Logic (#49831)
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* bc6445fdec5ec53740ff28f0391f07878051b633 Fix: Product Bundle Purchase Order Creation Logic (#49831)
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-49831
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-49831
# 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