[minor] [fix] fetch contact details

This commit is contained in:
Nabin Hait
2013-07-24 11:30:35 +05:30
parent edac54f58b
commit deff57826a
3 changed files with 31 additions and 23 deletions

View File

@@ -163,7 +163,7 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
address: this.frm.doc.customer_address,
contact: this.frm.doc.contact_person
},
method: "get_customer_address",
method: "set_customer_address",
freeze: true,
callback: function(r) {
me.frm.refresh_fields();