mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
ui: acc: show short account names in tree mode again
This broke for some reason.
This commit is contained in:
parent
8685a78795
commit
d83b22028b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user