mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix: Rename email.bundle to erpnext_email.bundle
to avoid override of frappe email styles
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user