fix: uom wise price in sales or purchase transaction by Nihantra-Patel [frappe] PR#40216
From: https://github.com/frappe/erpnext/pull/40216
Date: 2024-03-02 05:18:30+05:30
- fix: uom wise price in sales or purchase transaction (#40216)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40216
# 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