diff --git a/custom_ui/install.py b/custom_ui/install.py index f6547f7..aa47fc9 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -34,7 +34,7 @@ def after_install(): def after_migrate(): print("\n🔧 Running post-migrate setup for Custom UI...\n") - setup_defaults() + # setup_defaults() add_custom_fields() # update_onsite_meeting_fields() frappe.db.commit() @@ -51,7 +51,7 @@ def after_migrate(): # create_tasks() # create_bid_meeting_note_form_templates() # create_accounts() - create_companies() + # create_companies() # init_stripe_accounts() # update_address_fields()