summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 19:48:56 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 19:48:56 -0400
commitfb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9 (patch)
treecf220399e8128de8a6f13db7d1e39cff05592258 /src
parent55fb4e4acf12a6fc457cb356a56c832c2da42b96 (diff)
downloadledger-fb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9.tar.gz
ledger-fb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9.tar.bz2
ledger-fb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9.zip
Don't show a running total in the CSV output. The user will have to manage
that themselves in Excel or something.
Diffstat (limited to 'src')
-rw-r--r--src/report.cc1
1 files changed, 0 insertions, 1 deletions
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");