fix: Exchange rate on MR to PO creation for muticurrency POs by deepeshgarg007 [frappe] PR#39646
From: https://github.com/frappe/erpnext/pull/39646
Date: 2024-01-31 09:27:52+05:30
- fix: Exchange rate on MR to PO creation for muticurrency POs (#39646)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39646
# 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