From 2c2a3e9f1022fe0e6d0e8c56f404a776a830ceec Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:18:36 +0530 Subject: [PATCH] fix: fetch accounts by company (backport #58523) (#58878) Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com> --- erpnext/accounts/report/cash_flow/cash_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index d476fd4b3ef..de39f5c1424 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py @@ -99,6 +99,7 @@ def execute(filters=None): filters={ "account_type": row["account_type"], "is_group": 0, + "company": filters.company, }, pluck="name", )