ui: acc: show short account names in tree mode again

This broke for some reason.
This commit is contained in:
Simon Michael 2015-09-04 07:29:34 -07:00
parent 8685a78795
commit d83b22028b

View File

@ -82,7 +82,7 @@ initAccountsScreen mselacct d st@AppState{
displayitem ((fullacct, shortacct, indent), bal) =
(indent
,fullacct
,if tree_ ropts' then shortacct else fullacct
,if flat_ ropts' then fullacct else shortacct
,map showAmountWithoutPrice amts -- like showMixedAmountOneLineWithoutPrice
)
where