mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-09 15:29:30 +00:00
fix: fetch accounts by company (#58523)
This commit is contained in:
committed by
GitHub
parent
36a4dfe797
commit
218e7927ff
@@ -114,6 +114,7 @@ def execute(filters=None):
|
||||
filters={
|
||||
"account_type": row["account_type"],
|
||||
"is_group": 0,
|
||||
"company": filters.company,
|
||||
},
|
||||
pluck="name",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user