This commit is contained in:
Casey 2026-02-18 15:55:41 -06:00
parent 93be7bd9c4
commit d7d62aaf44

View file

@ -34,7 +34,7 @@ def after_install():
def after_migrate(): def after_migrate():
print("\n🔧 Running post-migrate setup for Custom UI...\n") print("\n🔧 Running post-migrate setup for Custom UI...\n")
setup_defaults() # setup_defaults()
add_custom_fields() add_custom_fields()
# update_onsite_meeting_fields() # update_onsite_meeting_fields()
frappe.db.commit() frappe.db.commit()
@ -51,7 +51,7 @@ def after_migrate():
# create_tasks() # create_tasks()
# create_bid_meeting_note_form_templates() # create_bid_meeting_note_form_templates()
# create_accounts() # create_accounts()
create_companies() # create_companies()
# init_stripe_accounts() # init_stripe_accounts()
# update_address_fields() # update_address_fields()