fix: Maintain same rate on qty change on Quotation to Sales Order by ruthra-kumar [frappe] PR#42673
From: https://github.com/frappe/erpnext/pull/42673
Date: 2024-08-08 11:58:58+05:30
- fix: Maintain same rate on qty change on Quotation to Sales Order
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42673
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42673
# 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