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...")