Merge branch 'develop' into payment-terms

This commit is contained in:
tunde
2017-10-26 13:35:42 +01:00
75 changed files with 1087 additions and 2000 deletions

View File

@@ -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;