fix: delivered button of purchase order by mihir-kandoi [frappe] PR#45621
From: https://github.com/frappe/erpnext/pull/45621
Date: 2025-01-30 17:29:31+05:30
- fix: bind this to function
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45621
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45621
# 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