mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
[minor] [fix] fetch contact details
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user