fix: rename journal entry title on update by ravibharathi656 [frappe] PR#48402
From: https://github.com/frappe/erpnext/pull/48402
Date: 2025-07-04 20:03:25+05:30
- chore: add none value
- fix: rename journal entry title on update
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48402
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48402
# 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