diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 3a8569b677..fc8d39b7ba 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -201,11 +201,14 @@ scheduler_events = { email_brand_image = "assets/erpnext/images/erpnext-logo.jpg" -default_mail_footer = """
""" +default_mail_footer = """ + + Sent via + + ERPNext + + +""" get_translated_dict = { ("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict" diff --git a/erpnext/public/images/erpnext-grey.png b/erpnext/public/images/erpnext-grey.png new file mode 100644 index 0000000000..0e70f0538b Binary files /dev/null and b/erpnext/public/images/erpnext-grey.png differ