mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
fix: get address if multiple companies
This commit is contained in:
committed by
GitHub
parent
c6cf1bec76
commit
655a1797be
@@ -164,7 +164,7 @@ frappe.ui.form.on("Sales Order", {
|
||||
method: "erpnext.setup.doctype.company.company.get_default_company_address",
|
||||
args: {
|
||||
name: frm.doc.company,
|
||||
existing_address: frm.doc.company_address || ""
|
||||
existing_address: frm.doc.company_address || "",
|
||||
},
|
||||
debounce: 2000,
|
||||
callback: function (r) {
|
||||
|
||||
Reference in New Issue
Block a user