2019-01-22 18:22:20 +05:30
|
|
|
from __future__ import unicode_literals
|
2018-08-29 18:24:49 +05:30
|
|
|
import frappe
|
|
|
|
|
|
|
|
def execute():
|
2018-08-31 16:15:06 +05:30
|
|
|
frappe.reload_doc('hub_node', 'doctype', 'Marketplace Settings')
|
2018-09-03 16:12:50 +05:30
|
|
|
frappe.db.set_value('Marketplace Settings', 'Marketplace Settings', 'marketplace_url', 'https://hubmarket.org')
|