refactor: update dialog_manager.js

This commit is contained in:
Parameshwari Palanisamy
2024-08-13 10:15:37 +05:30
committed by ruthra kumar
parent 6e2ac09821
commit 6d19aae423

View File

@@ -377,6 +377,7 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
get_query: () => {
return {
filters: {
is_group: 0,
company: this.company,
},
};