fix: use `Text Editor` for rendering tax breakup table by GursheenK [frappe] PR#40563
From: https://github.com/frappe/erpnext/pull/40563
Date: 2024-03-20 16:56:30+05:30
- fix: style for tax breakup
- fix: use Text Editor for rendering tax breakup table
Diagnostics
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
5957681578f425283a6ae3b3a30773c16919ad79 fix: use Text Editor for rendering tax breakup table
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40563
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40563
# 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