diff options
-rw-r--r-- | src/report.h | 2 |
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))," |