Revert "print: omit the last posting amount, as we used to #465, #442"

This reverts commit 29183e7ddd.
This commit is contained in:
Simon Michael 2017-01-10 12:05:04 -08:00
parent 29183e7ddd
commit 7dfb424f3f

View File

@ -60,11 +60,8 @@ printEntries opts@CliOpts{reportopts_=ropts} j = do
_ -> (entriesReportAsText, ropts)
writeOutput opts $ render $ entriesReport ropts' q j
-- | Render journal entries (transactions) as a string, which should be valid journal format.
entriesReportAsText :: EntriesReport -> String
entriesReportAsText items = concatMap showtxn items
where
showtxn = showTransaction
entriesReportAsText items = concatMap showTransactionUnelided items
-- XXX
-- tests_showTransactions = [