commit | 60bfbbc5af17bda5ef72f409cb0cb70b5b7253e7 | [log] [tgz] |
---|---|---|
author | barredterra <14891507+barredterra@users.noreply.github.com> | Fri Sep 11 16:05:10 2020 +0200 |
committer | barredterra <14891507+barredterra@users.noreply.github.com> | Fri Sep 11 16:05:10 2020 +0200 |
tree | cef9becbddd42394eaecabcbc60244616f51bb4d | |
parent | a162248f3242e4a549fef04af92c68e3145e0b41 [diff] |
fix: use path istead of hook
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 79a640e..b5d3a60 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -19,7 +19,6 @@ app_include_css = "assets/css/erpnext.css" web_include_js = "assets/js/erpnext-web.min.js" web_include_css = "assets/css/erpnext-web.css" -website_theme_scss = "erpnext/public/scss/website" doctype_js = { "Communication": "public/js/communication.js",