fix: fetch accounts by company (backport #58523) (#58879)

Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2026-09-08 17:41:09 +05:30
committed by GitHub
parent 51bf7cb241
commit 75cb796477

View File

@@ -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",
) )