diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index 4f8f6db15ab..7487ea952cf 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py @@ -114,6 +114,7 @@ def execute(filters=None): filters={ "account_type": row["account_type"], "is_group": 0, + "company": filters.company, }, pluck="name", )