From 40bcd344d69444b24cb0cd94baa7afa8979b6ba2 Mon Sep 17 00:00:00 2001 From: Anoop Kurungadam Date: Sat, 28 Oct 2023 01:59:41 +0530 Subject: [PATCH] fix: bring back patient quick entry, app_include_js hook lost in merge --- healthcare/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/hooks.py b/healthcare/hooks.py index f3c3db44f1..9587e9aee2 100644 --- a/healthcare/hooks.py +++ b/healthcare/hooks.py @@ -17,7 +17,7 @@ # include js, css files in header of desk.html # app_include_css = "/assets/healthcare/css/healthcare.css" -# app_include_js = "/assets/healthcare/js/healthcare.js" +app_include_js = "/assets/healthcare/js/healthcare.js" # include js, css files in header of web template # web_include_css = "/assets/healthcare/css/healthcare.css"