fix: incorrect discount on other item by ruthra-kumar [frappe] PR#41956
From: https://github.com/frappe/erpnext/pull/41956
Date: 2024-06-20 12:00:25+05:30
- fix: incorrect discount on other item
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41956
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41956
# 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