mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: get address if multiple companies
(cherry picked from commit 655a1797be)
This commit is contained in:
committed by
Mergify
parent
04938726d9
commit
c2b6b64e2e
@@ -101,7 +101,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