mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
web: always show empty and boring accounts too
This commit is contained in:
parent
2d3ac6f032
commit
774434fcf2
@ -865,7 +865,7 @@ viewdataWithDateAndParams d q a p =
|
||||
getViewData :: Handler ViewData
|
||||
getViewData = do
|
||||
app <- getYesod
|
||||
let opts = appOpts app
|
||||
let opts = appOpts app ++ [NoElide]
|
||||
(j, err) <- getCurrentJournal opts
|
||||
msg <- getMessageOr err
|
||||
Just here <- getCurrentRoute
|
||||
|
Loading…
Reference in New Issue
Block a user