diff options
Diffstat (limited to 'src/report.h')
-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 d48b5a78..89304d31 100644 --- a/src/report.h +++ b/src/report.h @@ -626,7 +626,7 @@ public: OPTION__(report_t, pricesdb_format_, CTOR(report_t, pricesdb_format_) { on(none, - "P %[%Y/%m/%d %H:%M:%S] %A %t\n"); + "P %(datetime) %(account) %(scrub(display_amount))\n"); }); OPTION__(report_t, print_format_, CTOR(report_t, print_format_) { |