From 5b70cd43fa06923f8091121f380f9e38a92a07eb Mon Sep 17 00:00:00 2001 From: Ty Reynolds Date: Wed, 21 Jan 2026 13:44:31 -0500 Subject: [PATCH] updated url in hooks. --- ns_app/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ns_app/hooks.py b/ns_app/hooks.py index 0dd5d6e..7635494 100644 --- a/ns_app/hooks.py +++ b/ns_app/hooks.py @@ -7,7 +7,7 @@ app_license = "MIT" # Load on every page app_include_js = [ - "/assets/ns_app/js/custom.js" + "/assets/ns_erpnext_app/js/custom.js" ] # Load on Sales Invoice form