resolve conflicts (New command 'chart': generate balances pie chart)

This commit is contained in:
Simon Michael 2010-02-04 20:59:07 +00:00
parent 885ec16f58
commit 83f9aa5693

View File

@ -56,7 +56,7 @@ genPie opts _ l = defaultPieLayout
items = mapMaybe (uncurry accountPieItem) $
flatten $
balances $
ledgerAccountTree (depthFromOpts opts) l
ledgerAccountTree (fromMaybe 99999 $ depthFromOpts opts) $ cacheLedger' l
-- | Convert all quantities of MixedAccount to a single commodity
amountValue :: MixedAmount -> Double