fix: skip max discount validation for rate adjustment by GursheenK [frappe] PR#40040
From: https://github.com/frappe/erpnext/pull/40040
Date: 2024-02-22 16:24:42+05:30
- fix: skip SO & DN validation for debit note
- fix: skip max discount validation for rate adjustment
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40040
# 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