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",