commit | 5165859e51825b7fc87d4ca69226df2ffca11807 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Mon Mar 15 10:21:14 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Mar 15 10:21:14 2021 +0530 |
tree | 8bea052e02cfc45e143486880e029c28559743ac | |
parent | e196be4d8ab3b80867f8b0da19923483bdcfeb86 [diff] | |
parent | ca03997ab51ef67334e459fd9981b1f390e65eb4 [diff] |
Merge pull request #24873 from GangaManoj/filter-bank-reconciliation fix(Bank Reconciliation Tool): Filter Bank Account drop-down list
diff --git a/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.js b/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.js index 297dd43..10f660a 100644 --- a/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.js +++ b/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.js
@@ -8,6 +8,7 @@ return { filters: { company: ["in", frm.doc.company], + 'is_company_account': 1 }, }; });