fixed small regression in number of newlines at the end of incomestatement, balancesheet, cashflow outputs
This commit is contained in:
parent
baf232d3d9
commit
bc67c2a769
@ -62,7 +62,7 @@ balanceviewReport BV{..} CliOpts{reportopts_=ropts} j = do
|
|||||||
bvqueries
|
bvqueries
|
||||||
mapM_ putStrLn (bvname : "" : views)
|
mapM_ putStrLn (bvname : "" : views)
|
||||||
|
|
||||||
unless (no_total_ ropts) . putStrLn . unlines $
|
unless (no_total_ ropts) . mapM_ putStrLn $
|
||||||
[ "Total:"
|
[ "Total:"
|
||||||
, "--------------------"
|
, "--------------------"
|
||||||
, padleft 20 $ showMixedAmountWithoutPrice (getSum amt)
|
, padleft 20 $ showMixedAmountWithoutPrice (getSum amt)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user