fix: migrate lead notes by barredterra [frappe] PR#41421
From: https://github.com/frappe/erpnext/pull/41421
Date: 2024-06-14 17:47:02+02:00
- fix: only show user and date if available
- fix: migrate lead notes
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41421
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41421
# 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