[merge fixes]

This commit is contained in:
Saurabh
2015-10-19 16:32:24 +05:30
parent c39cef363c
commit c306b21415
10 changed files with 399 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ erpnext.utils.get_party_details = function(frm, method, args, callback) {
method = "erpnext.accounts.party.get_party_details";
}
if(!args) {
if(frm.doc.customer) {
if(frm.doctype != "Purchase Order" && frm.doc.customer) {
args = {
party: frm.doc.customer,
party_type: "Customer",