[fix] hub_settings -> marketplace_settings in call

This commit is contained in:
Prateeksha Singh
2018-08-31 20:12:33 +05:30
committed by GitHub
parent 5f76c0caf4
commit 3588486e5b

View File

@@ -101,7 +101,7 @@ erpnext.hub.Marketplace = class Marketplace {
register_seller(form_values) {
frappe.call({
method: 'erpnext.hub_node.doctype.hub_settings.hub_settings.register_seller',
method: 'erpnext.hub_node.doctype.marketplace_settings.marketplace_settings.register_seller',
args: form_values
}).then(() => {
this.register_dialog.hide();