resolve conflicts (New command 'chart': generate balances pie chart)
This commit is contained in:
parent
885ec16f58
commit
83f9aa5693
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user