diff --git a/erpnext/accounts/report/financial_statements.py b/erpnext/accounts/report/financial_statements.py index 2ff6f589509..faa65fb425e 100644 --- a/erpnext/accounts/report/financial_statements.py +++ b/erpnext/accounts/report/financial_statements.py @@ -630,7 +630,7 @@ def get_cost_centers_with_children(cost_centers): def get_columns(periodicity, period_list, accumulated_values=1, company=None, cash_flow=False): columns = [ { - "fieldname": "account", + "fieldname": "account" if not cash_flow else "section", "label": _("Account") if not cash_flow else _("Section"), "fieldtype": "Link", "options": "Account",