Get party details fixes

This commit is contained in:
Nabin Hait
2014-06-18 16:40:27 +05:30
parent e7c2f74a07
commit 4d7c4fc0f4
3 changed files with 10 additions and 8 deletions

View File

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