fix: correct creation of opportunity with lead dashboard plus button by WebsiteDeveloper [frappe] PR#40987
From: https://github.com/frappe/erpnext/pull/40987
Date: 2024-06-12 13:22:25+02:00
- fix: correct creation of opportunity with lead dashboard plus button (#40987)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40987
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40987
# 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