mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-09 15:29:30 +00:00
Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com>
This commit is contained in:
@@ -106,6 +106,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