fix(error-report): Do not send error reports to support@erpnext.com (#17864)

This commit is contained in:
Aditya Hase
2019-06-06 11:16:01 +05:30
committed by Nabin Hait
parent 5a1b778cd2
commit 30be1181ea

View File

@@ -13,8 +13,6 @@ source_link = "https://github.com/frappe/erpnext"
develop_version = '10.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"