mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-13 17:20:36 +00:00
Get party details fixes
This commit is contained in:
@@ -25,6 +25,7 @@ erpnext.utils.get_party_details = function(frm, method, args, callback) {
|
||||
|
||||
args.currency = frm.doc.currency;
|
||||
args.company = frm.doc.company;
|
||||
args.doctype = frm.doc.doctype;
|
||||
frappe.call({
|
||||
method: method,
|
||||
args: args,
|
||||
|
||||
Reference in New Issue
Block a user