fix: Remove console statement

This commit is contained in:
Deepesh Garg
2020-05-26 19:26:47 +05:30
parent 11ea0b1289
commit bcee78d054

View File

@@ -145,7 +145,6 @@ $.extend(erpnext.utils, {
},
get_party_name: function(party_type) {
console.log("********");
var dict = {'Customer': 'customer_name', 'Supplier': 'supplier_name', 'Employee': 'employee_name',
'Member': 'member_name'};
return dict[party_type];