fix: skip warning for free items by barredterra [frappe] PR#45786
From: https://github.com/frappe/erpnext/pull/45786
Date: 2025-02-07 11:43:25+01:00
- fix: skip warning for free items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45786
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45786
# 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