From 60bfbbc5af17bda5ef72f409cb0cb70b5b7253e7 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 11 Sep 2020 16:05:10 +0200 Subject: [PATCH] fix: use path istead of hook --- erpnext/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 79a640e39d..b5d3a60b02 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -19,7 +19,6 @@ app_include_js = "assets/js/erpnext.min.js" 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",