commit | 32fd753a1449afa664b268ae072756f21bdd3f7b | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Wed Jul 06 15:09:44 2022 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Wed Jul 06 15:09:44 2022 +0530 |
tree | 219df577d2d1ffd6b451b4a30b20ff64c2ff29bc | |
parent | 7b093e580386e260dadda3ebb335ea1384c7a679 [diff] |
fix: Update html2text import path
diff --git a/erpnext/templates/pages/search_help.py b/erpnext/templates/pages/search_help.py index a6877ce..d158167 100644 --- a/erpnext/templates/pages/search_help.py +++ b/erpnext/templates/pages/search_help.py
@@ -1,9 +1,9 @@ import frappe import requests from frappe import _ +from frappe.core.utils import html2text from frappe.utils import sanitize_html from frappe.utils.global_search import search -from html2text import html2text from jinja2 import utils