mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 10:57:56 +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={
|
filters={
|
||||||
"account_type": row["account_type"],
|
"account_type": row["account_type"],
|
||||||
"is_group": 0,
|
"is_group": 0,
|
||||||
|
"company": filters.company,
|
||||||
},
|
},
|
||||||
pluck="name",
|
pluck="name",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user