fix: sanitize address display by stripping HTML tags using html2text by Afsalsyed [frappe] PR#50955
From: https://github.com/frappe/erpnext/pull/50955
Date: 2025-12-06 21:41:33+05:30
- fix: sanitize address display by stripping HTML tags using html2text
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50955
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50955
# 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