brotherton-erpnext/erpnext/patches/v11_0/update_hub_url.py
2018-09-03 16:12:50 +05:30

6 lines
209 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')