This reverts commit 29183e7ddd.
This commit is contained in:
parent
29183e7ddd
commit
7dfb424f3f
@ -60,11 +60,8 @@ printEntries opts@CliOpts{reportopts_=ropts} j = do
|
|||||||
_ -> (entriesReportAsText, ropts)
|
_ -> (entriesReportAsText, ropts)
|
||||||
writeOutput opts $ render $ entriesReport ropts' q j
|
writeOutput opts $ render $ entriesReport ropts' q j
|
||||||
|
|
||||||
-- | Render journal entries (transactions) as a string, which should be valid journal format.
|
|
||||||
entriesReportAsText :: EntriesReport -> String
|
entriesReportAsText :: EntriesReport -> String
|
||||||
entriesReportAsText items = concatMap showtxn items
|
entriesReportAsText items = concatMap showTransactionUnelided items
|
||||||
where
|
|
||||||
showtxn = showTransaction
|
|
||||||
|
|
||||||
-- XXX
|
-- XXX
|
||||||
-- tests_showTransactions = [
|
-- tests_showTransactions = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user