fix: show correct link titles in report view by asmitahase [frappe] PR#32917
From: https://github.com/frappe/frappe/pull/32917
Date: 2025-06-12 17:55:45+05:30
- fix: show correct link titles in report view
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32917
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32917
# 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