From 0183909f8efae25a862c694468928d5bf3c410fe Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 18 Feb 2026 15:13:04 -0600 Subject: [PATCH] fix install.py --- custom_ui/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_ui/install.py b/custom_ui/install.py index ddd7fc1..19b44b5 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -99,7 +99,7 @@ def remove_custom_fields(custom_fields): print("Deleted custom fields from database") -def add_custom_fields(custom_fields): +def add_custom_fields(): from frappe.custom.doctype.custom_field.custom_field import create_custom_fields print("\n🔧 Adding custom fields to doctypes...")