mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
fix: get address if multiple companies
(cherry picked from commit 655a1797be)
This commit is contained in:
committed by
Mergify
parent
ccdbad9f90
commit
dcfc768d33
@@ -176,7 +176,7 @@ frappe.ui.form.on("Sales Order", {
|
|||||||
method: "erpnext.setup.doctype.company.company.get_default_company_address",
|
method: "erpnext.setup.doctype.company.company.get_default_company_address",
|
||||||
args: {
|
args: {
|
||||||
name: frm.doc.company,
|
name: frm.doc.company,
|
||||||
existing_address: frm.doc.company_address || ""
|
existing_address: frm.doc.company_address || "",
|
||||||
},
|
},
|
||||||
debounce: 2000,
|
debounce: 2000,
|
||||||
callback: function (r) {
|
callback: function (r) {
|
||||||
|
|||||||
Reference in New Issue
Block a user