mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
oops, missed a build failure
This commit is contained in:
parent
7d450d5030
commit
e13ea5706d
@ -462,7 +462,7 @@ filterTransactionsReportByCommodity c (label,items) =
|
||||
| c `elem` cs = [item']
|
||||
| otherwise = []
|
||||
where
|
||||
cs = map acommodity as
|
||||
cs = map acommodity $ amounts a
|
||||
item' = (t,t2,s,o,a',bal)
|
||||
a' = filterMixedAmountByCommodity c a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user