fix install.py
This commit is contained in:
parent
b9c1abf15a
commit
0183909f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue