From 75cb796477e8eb9347b7bc8c35f0de495bf6dabd Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 17:41:09 +0530 Subject: [PATCH] fix: fetch accounts by company (backport #58523) (#58879) 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 35e5549d139..1aea7d482cb 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py @@ -106,6 +106,7 @@ def execute(filters=None): filters={ "account_type": row["account_type"], "is_group": 0, + "company": filters.company, }, pluck="name", )