remove debug code breaking reports

This commit is contained in:
Simon Michael 2010-11-14 18:10:48 +00:00
parent e707f97847
commit 77519e2c1d

View File

@ -332,7 +332,7 @@ ledgerTransaction = do
md <- try ledgermetadata <|> return []
postings <- ledgerpostings
let t = txnTieKnot $ Transaction date edate status code description comment md postings ""
case Right t of -- balanceTransaction t of
case balanceTransaction t of
Right t' -> return t'
Left err -> fail err