[minor] [fix] fetch contact details

This commit is contained in:
Anand Doshi
2013-07-24 12:08:42 +05:30
parent deff57826a
commit ba8ea7dbfd
3 changed files with 5 additions and 20 deletions

View File

@@ -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();
}
}
});
}
},