fix(Item): allow UOM conversion for non-stock items by barredterra [frappe] PR#41267
From: https://github.com/frappe/erpnext/pull/41267
Date: 2024-05-06 18:50:30+02:00
- fix(Item): allow UOM conversion for non-stock items (#41267)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41267
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41267
# 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