Fixed issue with Customer Contacts in Transaction Documents

This commit is contained in:
Neil Trini Lasrado
2015-07-07 16:41:37 +05:30
parent ed8cecbdd8
commit 09a66c4201
5 changed files with 13 additions and 9 deletions

View File

@@ -282,6 +282,10 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
get_company_currency: function() {
return erpnext.get_currency(this.frm.doc.company);
},
contact_person: function() {
erpnext.utils.get_contact_details(this.frm);
},
currency: function() {
var me = this;