fix: Rename email.bundle to erpnext_email.bundle

to avoid override of frappe email styles
This commit is contained in:
Suraj Shetty 2021-05-23 13:31:54 +05:30
parent 8a82b89308
commit 815aad1003
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ app_include_js = "erpnext.bundle.js"
app_include_css = "erpnext.bundle.css"
web_include_js = "erpnext-web.bundle.js"
web_include_css = "erpnext-web.bundle.css"
email_css = "email.bundle.css"
email_css = "email_erpnext.bundle.css"
doctype_js = {
"Address": "public/js/address.js",