fix install.py

This commit is contained in:
Casey 2026-02-18 15:13:04 -06:00
parent b9c1abf15a
commit 0183909f8e

View File

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