commit | 29e77ccc00270dd7685e0f194cc9fcb009699b77 | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Wed Jun 05 23:29:45 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Wed Jun 05 23:29:45 2019 +0530 |
tree | 61920eeda90632751f00deedd17fa5e1334e67a7 | |
parent | 68eaaa068bb508d48133134bb40e69742fe7d0f2 [diff] |
fix(error-report): Do not send error reports to support@erpnext.com
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 53da013..da0972b 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -14,8 +14,6 @@ develop_version = '12.x.x-develop' -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"