Journal's Show instance reported one too many accounts
This commit is contained in:
parent
ba18f4a25a
commit
61e4034de5
@ -106,7 +106,7 @@ instance Show Journal where
|
||||
(show accounts)
|
||||
(show $ jcommoditystyles j)
|
||||
-- ++ (show $ journalTransactions l)
|
||||
where accounts = flatten $ journalAccountNameTree j
|
||||
where accounts = filter (/= "root") $ flatten $ journalAccountNameTree j
|
||||
|
||||
-- showJournalDebug j = unlines [
|
||||
-- show j
|
||||
|
||||
Loading…
Reference in New Issue
Block a user