fix: use `docstatus` instead of `status` by s-aga-r [frappe] PR#38439
From: https://github.com/frappe/erpnext/pull/38439
Date: 2023-11-30 11:43:28+05:30
- fix: use
docstatus
instead ofstatus
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38439
# 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