Files
schuetz3-erpnext/erpnext/patches/v11_0/update_hub_url.py
Ankush Menat c07713b860 style: bulk format code with black
v13 port because otherwise backports will result in conflicts always
2022-03-29 17:29:34 +05:30

9 lines
215 B
Python

import frappe
def execute():
frappe.reload_doc("hub_node", "doctype", "Marketplace Settings")
frappe.db.set_value(
"Marketplace Settings", "Marketplace Settings", "marketplace_url", "https://hubmarket.org"
)