commit | 3b7dd0396f6d39d6e76ad78bfd7a805519dddf8e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Jun 18 16:40:27 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed Jun 25 16:57:07 2014 +0530 |
tree | 8551e0978bc60ff71ae5e921aefe63e9c7346d0a | |
parent | c226292d8e966a4442e8381220c9fdc957887b74 [diff] [blame] |
Get party details fixes
diff --git a/erpnext/public/js/utils/party.js b/erpnext/public/js/utils/party.js index 40db97f..c9b1206 100644 --- a/erpnext/public/js/utils/party.js +++ b/erpnext/public/js/utils/party.js
@@ -25,6 +25,7 @@ args.currency = frm.doc.currency; args.company = frm.doc.company; + args.doctype = frm.doc.doctype; frappe.call({ method: method, args: args,