mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
[minor] [fix] fetch contact details
This commit is contained in:
@@ -111,11 +111,6 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
|
||||
address: this.frm.doc.supplier_address,
|
||||
contact: this.frm.doc.contact_person
|
||||
},
|
||||
callback: function(r) {
|
||||
if(!r.exc) {
|
||||
me.frm.refresh_fields();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user