[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

@@ -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,