fix(sales): update uom based on the selected item by venkat102 [frappe] PR#50217
From: https://github.com/frappe/erpnext/pull/50217
Date: 2025-11-11 13:52:23+05:30
- fix: pass UOM null to update when item changes
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50217
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50217
# 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