fix: multiple free items on same Item Group by ruthra-kumar [frappe] PR#42165
From: https://github.com/frappe/erpnext/pull/42165
Date: 2024-07-03 15:58:19+05:30
- fix: multiple free items on same Item Group
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42165
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42165
# 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