diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-13 19:00:45 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-13 19:00:45 -0500 |
commit | d76a6a82dc95eefd75c46b658e45da397de5a365 (patch) | |
tree | 7fdf25df174613bf12e1358f29da6c2e2a7c06df | |
parent | d098b116e87160d2a540b6387efb17c5eb213989 (diff) | |
download | ledger-d76a6a82dc95eefd75c46b658e45da397de5a365.tar.gz ledger-d76a6a82dc95eefd75c46b658e45da397de5a365.tar.bz2 ledger-d76a6a82dc95eefd75c46b658e45da397de5a365.zip |
Don't bold the payee for virtual or temporary xacts
-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 c656829b..93f6e9e0 100644 --- a/src/report.h +++ b/src/report.h @@ -775,7 +775,7 @@ public: "%(ansify_if(justify(format_date(date), date_width), green " " if color & date > today))" " %(ansify_if(justify(truncated(payee, payee_width), payee_width), " - " bold if color & !cleared))" + " bold if color & !cleared & actual))" " %(ansify_if(justify(truncated(account, account_width, abbrev_len), " " account_width), blue if color))" " %(justify(scrub(display_amount), amount_width, " |