From a5129b1a0649bde714fe4946b093c48bac7827d3 Mon Sep 17 00:00:00 2001 From: Immanuel Raj Date: Wed, 4 Feb 2026 17:49:45 +0530 Subject: [PATCH] Fix typo in required_apps for frappe_search Frappe expects app name to be in the required apps not the repo name --- next_crm/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next_crm/hooks.py b/next_crm/hooks.py index 30162e62f0..76b20aff72 100644 --- a/next_crm/hooks.py +++ b/next_crm/hooks.py @@ -11,7 +11,7 @@ # Apps # ------------------ -required_apps = ["frappe/erpnext", "rtCamp/frappe-search"] +required_apps = ["frappe/erpnext", "rtCamp/frappe_search"] add_to_apps_screen = [ {