Don't show a running total in the CSV output. The user will have to manage

that themselves in Excel or something.
This commit is contained in:
John Wiegley 2009-02-07 19:48:56 -04:00
parent 55fb4e4acf
commit fb5fc0e3f9

View file

@ -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");