fix: typeerror on Purchase Order form UI by ruthra-kumar [frappe] PR#40706
From: https://github.com/frappe/erpnext/pull/40706
Date: 2024-03-27 14:28:37+05:30
- fix: typeerror on Purchase Order form UI
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40706
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40706
# 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