summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-20 18:35:20 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-20 18:35:20 -0400
commit9d9f526816121d793de9a37d7b3e4ce7ca163953 (patch)
tree6442396b66d8bb588fd99d293671af8f44219690 /src/report.h
parentc87882076be910beff88c91665614cb7372d8833 (diff)
downloadfork-ledger-9d9f526816121d793de9a37d7b3e4ce7ca163953.tar.gz
fork-ledger-9d9f526816121d793de9a37d7b3e4ce7ca163953.tar.bz2
fork-ledger-9d9f526816121d793de9a37d7b3e4ce7ca163953.zip
Strip amounts displayed in the csv report
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index ae917820..5bd98360 100644
--- a/src/report.h
+++ b/src/report.h
@@ -290,7 +290,7 @@ public:
"%(quoted(date)),"
"%(quoted(payee)),"
"%(quoted(account)),"
- "%(quoted(display_amount)),"
+ "%(quoted(strip(display_amount))),"
"%(quoted((cleared or entry.cleared) ?"
" \"*\" : ((pending or entry.pending) ? \"!\" : \"\"))),"
"%(quoted(code)),"