fix: update discount when pricing rule is changed by venkat102 [frappe] PR#44708
From: https://github.com/frappe/erpnext/pull/44708
Date: 2024-12-15 22:55:24+05:30
- fix: update discount when pricing rule is changed
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44708
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44708
# 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