fix: use get_email_template to support html template in workflow email by sumitbhanushali [frappe] PR#28268
From: https://github.com/frappe/frappe/pull/28268
Date: 2024-10-24 14:43:39+05:30
- fix: use get_email_template to support html template in workflow email
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28268
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28268
# 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