From e13ea5706d86199f19d68ddf690c46a7eb2c172d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 4 Jun 2013 11:43:26 -0700 Subject: [PATCH] oops, missed a build failure --- hledger-lib/Hledger/Reports.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Reports.hs b/hledger-lib/Hledger/Reports.hs index abe58e005..0ad7d0b27 100644 --- a/hledger-lib/Hledger/Reports.hs +++ b/hledger-lib/Hledger/Reports.hs @@ -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