commit | 085b4842a1b0b50bcf4709754a54763be4d687eb | [log] [tgz] |
---|---|---|
author | Makarand Bauskar <mbauskar@gmail.com> | Wed Oct 25 12:19:10 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 25 12:19:10 2017 +0530 |
tree | 264bfc0465b162b10f8bd865dfb020d9c47de282 | |
parent | 49a7bde6e2ff7f0ce8f19924490ff49993f5aba2 [diff] |
[minor] minor fixes in get_company_details for Hub page (#11168)
diff --git a/erpnext/hub_node/page/hub/hub.js b/erpnext/hub_node/page/hub/hub.js index 143f554..c253155 100644 --- a/erpnext/hub_node/page/hub/hub.js +++ b/erpnext/hub_node/page/hub/hub.js
@@ -483,7 +483,7 @@ } 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;