mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
refactor: update dialog_manager.js
(cherry picked from commit 6d19aae423)
This commit is contained in:
committed by
Mergify
parent
cd5994017c
commit
b96361e837
@@ -377,6 +377,7 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
|
|||||||
get_query: () => {
|
get_query: () => {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
|
is_group: 0,
|
||||||
company: this.company,
|
company: this.company,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user