commit | e4e8197f463e489464715473e76407adb83cdafa | [log] [tgz] |
---|---|---|
author | ashish-greycube <mr.ashish.shah@gmail.com> | Fri Apr 26 14:06:21 2019 +0530 |
committer | ashish-greycube <mr.ashish.shah@gmail.com> | Fri Apr 26 14:06:21 2019 +0530 |
tree | c1c7c43ff7ea8d1de208cb5b918942168feca77b | |
parent | 467609b19316ee8c1444aea4b19ca552397beaef [diff] |
codacy review
diff --git a/erpnext/accounts/doctype/bank_account/bank_account.js b/erpnext/accounts/doctype/bank_account/bank_account.js index a3f16e4..a7b5891 100644 --- a/erpnext/accounts/doctype/bank_account/bank_account.js +++ b/erpnext/accounts/doctype/bank_account/bank_account.js
@@ -15,7 +15,7 @@ frm.set_query("party_type", function() { return { query: "erpnext.setup.doctype.party_type.party_type.get_party_type", - } + }; }); }, refresh: function(frm) {