diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/report.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 89304d31..21ad157d 100644 --- a/src/report.h +++ b/src/report.h @@ -621,7 +621,8 @@ public: OPTION__(report_t, prices_format_, CTOR(report_t, prices_format_) { on(none, - "%-.9(date) %-8(account) %12(scrub(display_amount))\n"); + "%-.9(date) %-8(account) %(justify(scrub(display_amount), 12, " + " 2 + 9 + 8 + 12, true, color))\n"); }); OPTION__(report_t, pricesdb_format_, CTOR(report_t, pricesdb_format_) { |