fix: set status to Draft for auto-created assets from Purchase Receipt by khushi8112 [frappe] PR#50209
From: https://github.com/frappe/erpnext/pull/50209
Date: 2025-10-23 17:41:51+05:30
- fix: set status to Draft for auto-created assets from Purchase Receipt
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50209
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50209
# 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