diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 19:48:56 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 19:48:56 -0400 |
commit | fb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9 (patch) | |
tree | cf220399e8128de8a6f13db7d1e39cff05592258 /src | |
parent | 55fb4e4acf12a6fc457cb356a56c832c2da42b96 (diff) | |
download | ledger-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.cc | 1 |
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"); |