commit | 0c3bb75fd9dbe38ca687bbf71000fcbc326b9411 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Jul 09 12:59:56 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed Jul 09 12:59:56 2014 +0530 |
tree | 95f8b991d107b98cdda921f2546113a1fed929f7 | |
parent | 8adb21121691a1d8d772c7e150b7539025487f5b [diff] |
Added error_report_email in hooks
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 1dde638..df15916 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -7,6 +7,8 @@ app_color = "#e74c3c" app_version = __version__ +error_report_email = "support@erpnext.com" + app_include_js = "assets/js/erpnext.min.js" app_include_css = "assets/css/erpnext.css" web_include_js = "assets/js/erpnext-web.min.js"