[hub] ask company description in dialog

This commit is contained in:
Prateeksha Singh
2018-09-03 13:11:23 +05:30
parent 85563ddfd3
commit 47cc30da85
4 changed files with 36 additions and 12 deletions

View File

@@ -101,12 +101,12 @@ erpnext.hub.Marketplace = class Marketplace {
this.register_dialog.show();
}
register_marketplace({company, company_email}) {
register_marketplace({company, company_description}) {
frappe.call({
method: 'erpnext.hub_node.api.register_marketplace',
args: {
company,
company_email,
company_description
}
}).then((r) => {
if (r.message && r.message.ok) {