fix: use response html when use_html is 1 by sokumon [frappe] PR#31974
From: https://github.com/frappe/frappe/pull/31974
Date: 2025-03-31 23:42:41+05:30
- fix: use response html when use_html is 1
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31974
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31974
# 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