mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
[fix] hub_settings -> marketplace_settings in call
This commit is contained in:
@@ -101,7 +101,7 @@ erpnext.hub.Marketplace = class Marketplace {
|
|||||||
|
|
||||||
register_seller(form_values) {
|
register_seller(form_values) {
|
||||||
frappe.call({
|
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
|
args: form_values
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.register_dialog.hide();
|
this.register_dialog.hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user