fix: TypeError for item pricing rules by GursheenK [frappe] PR#39999
From: https://github.com/frappe/erpnext/pull/39999
Date: 2024-02-21 16:39:28+05:30
- fix: check for pricing rules on item
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39999
# 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