fix: incorrect item name in MR by rohitwaghchaure [frappe] PR#40018
From: https://github.com/frappe/erpnext/pull/40018
Date: 2024-02-22 09:22:30+05:30
- fix: incorrect item name in MR (#40018)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40018
# 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