lakdf
This commit is contained in:
parent
93be7bd9c4
commit
d7d62aaf44
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue