Merge pull request #2501 from nabinhait/fix1

Fecth contact details on change of contact in purchase transactions
This commit is contained in:
Nabin Hait 2014-12-16 11:57:11 +05:30
commit 96962e2101

View File

@ -71,7 +71,7 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
},
contact_person: function() {
this.supplier_address();
erpnext.utils.get_contact_details(this.frm);
},
buying_price_list: function() {