From c80796cdd53984edf4d02ffa70c034e265ca0b56 Mon Sep 17 00:00:00 2001 From: Chris Ian Fiel Date: Sat, 12 Dec 2015 11:26:54 +0800 Subject: [PATCH] Cash Flow Report --- erpnext/accounts/report/cash_flow/cash_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index 6435b69694..3e5efeac8d 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py @@ -66,7 +66,7 @@ def execute(filters=None): add_total_row_account(data, section_data, cash_flow_account['section_footer'], period_list) - add_total_row_account(data, data, _("Cash end of period"), period_list) + add_total_row_account(data, data, _("Net Change in Cash"), period_list) columns = get_columns(period_list) return columns, data