From fb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 19:48:56 -0400 Subject: [PATCH] Don't show a running total in the CSV output. The user will have to manage that themselves in Excel or something. --- src/report.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/report.cc b/src/report.cc index b4f15312..0eb36424 100644 --- a/src/report.cc +++ b/src/report.cc @@ -84,7 +84,6 @@ report_t::report_t(session_t& _session) : session(_session) "%(quoted(payee))," "%(quoted(account))," "%(quoted(display_amount))," - "%(quoted(display_total))," "%(quoted(cleared ? \"*\" : (uncleared ? \"\" : \"!\")))," "%(quoted(code))," "%(quoted(join(note)))\n");