mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[minor] [fix] fetch contact details
This commit is contained in:
@@ -104,7 +104,7 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
|
||||
if (this.frm.doc.supplier) {
|
||||
wn.call({
|
||||
doc: this.frm.doc,
|
||||
method: "get_supplier_address",
|
||||
method: "set_supplier_address",
|
||||
freeze: true,
|
||||
args: {
|
||||
supplier: this.frm.doc.supplier,
|
||||
|
||||
Reference in New Issue
Block a user