[minor] minor fixes in get_company_details for Hub page (#11168)
This commit is contained in:
parent
49a7bde6e2
commit
085b4842a1
@ -483,7 +483,7 @@ erpnext.hub.Hub = class Hub {
|
||||
}
|
||||
frappe.call({
|
||||
method: 'erpnext.hub_node.get_company_details',
|
||||
args: {company_id: company_id}
|
||||
args: {hub_sync_id: company_id}
|
||||
}).then((r) => {
|
||||
if (r.message) {
|
||||
const company_details = r.message.company_details;
|
||||
|
Loading…
x
Reference in New Issue
Block a user