web: fix build breakage
This commit is contained in:
parent
7c4f45ac1f
commit
7ef3ddd1e6
@ -24,7 +24,7 @@ getJournalR = do
|
|||||||
Just (a, inclsubs) -> "Transactions in " <> a <> if inclsubs then "" else " (excluding subaccounts)"
|
Just (a, inclsubs) -> "Transactions in " <> a <> if inclsubs then "" else " (excluding subaccounts)"
|
||||||
title' = title <> if m /= Any then ", filtered" else ""
|
title' = title <> if m /= Any then ", filtered" else ""
|
||||||
acctlink a = (RegisterR, [("q", accountQuery a)])
|
acctlink a = (RegisterR, [("q", accountQuery a)])
|
||||||
(_, items) = journalTransactionsReport (reportopts_ $ cliopts_ opts) j m
|
(_, items) = transactionsReport (reportopts_ $ cliopts_ opts) j m
|
||||||
|
|
||||||
defaultLayout $ do
|
defaultLayout $ do
|
||||||
setTitle "journal - hledger-web"
|
setTitle "journal - hledger-web"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user