commit | 9006bba11e5789413d49158846de407cd4137f85 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Jul 09 13:39:38 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed Jul 09 13:39:38 2014 +0530 |
tree | 76070b1eb0156ae6287ddfa3c8e411672683cc3c | |
parent | 0c3bb75fd9dbe38ca687bbf71000fcbc326b9411 [diff] | |
parent | 7e848b19240f472535884b79d0d6a373f388533c [diff] |
Merge pull request #1919 from nabinhait/hotfix Github issue fixes
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"