Merge pull request #24873 from GangaManoj/filter-bank-reconciliation

fix(Bank Reconciliation Tool): Filter Bank Account drop-down list
This commit is contained in:
Deepesh Garg 2021-03-15 10:21:14 +05:30 committed by GitHub
commit 5165859e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ frappe.ui.form.on("Bank Reconciliation Tool", {
return {
filters: {
company: ["in", frm.doc.company],
'is_company_account': 1
},
};
});