2019-01-22 12:52:20 +00:00
|
|
|
from __future__ import unicode_literals
|
2018-08-29 12:54:49 +00:00
|
|
|
import frappe
|
|
|
|
|
|
|
|
def execute():
|
2018-08-31 10:45:06 +00:00
|
|
|
frappe.reload_doc('hub_node', 'doctype', 'Marketplace Settings')
|
2018-09-03 10:42:50 +00:00
|
|
|
frappe.db.set_value('Marketplace Settings', 'Marketplace Settings', 'marketplace_url', 'https://hubmarket.org')
|