fix: promotional scheme remove free item if pricing rule matches by GursheenK [frappe] PR#40174
From: https://github.com/frappe/erpnext/pull/40174
Date: 2024-02-28 12:47:41+05:30
- fix: remove free item row only if pricing rule matches
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40174
# 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