summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-13 19:00:45 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-13 19:00:45 -0500
commitd76a6a82dc95eefd75c46b658e45da397de5a365 (patch)
tree7fdf25df174613bf12e1358f29da6c2e2a7c06df /src
parentd098b116e87160d2a540b6387efb17c5eb213989 (diff)
downloadledger-d76a6a82dc95eefd75c46b658e45da397de5a365.tar.gz
ledger-d76a6a82dc95eefd75c46b658e45da397de5a365.tar.bz2
ledger-d76a6a82dc95eefd75c46b658e45da397de5a365.zip
Don't bold the payee for virtual or temporary xacts
Diffstat (limited to 'src')
-rw-r--r--src/report.h2
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, "