This commit is contained in:
Simon Michael 2008-10-15 21:11:06 +00:00
parent 4679003b83
commit 18e3e4d34b

View File

@ -20,7 +20,7 @@ showTransactionsWithBalances opts args l =
where
ts = filter matchtxn $ ledgerTransactions l
matchtxn (Transaction _ _ desc acct _) = matchLedgerPatterns False apats acct
pats@(apats,dpats) = parseAccountDescriptionArgs args
apats = fst $ parseAccountDescriptionArgs args
startingbalance = nullamt
showTransactionsWithBalances' :: [Transaction] -> Transaction -> Amount -> [String]
showTransactionsWithBalances' [] _ _ = []