Merge pull request #25804 from surajshetty3416/fix-email-style

This commit is contained in:
Suraj Shetty
2021-05-23 13:42:19 +05:30
committed by GitHub
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",