From 873c7339a6d42e55fe42a59fff320687c9e580ad Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 8 Jun 2023 06:40:46 -1000 Subject: [PATCH] ;cln: comment --- hledger-lib/Hledger/Reports/AccountTransactionsReport.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Reports/AccountTransactionsReport.hs b/hledger-lib/Hledger/Reports/AccountTransactionsReport.hs index 46d30f463..6a0352318 100644 --- a/hledger-lib/Hledger/Reports/AccountTransactionsReport.hs +++ b/hledger-lib/Hledger/Reports/AccountTransactionsReport.hs @@ -125,7 +125,7 @@ accountTransactionsReport rspec@ReportSpec{_rsReportOpts=ropts} j thisacctq = it -- maybe convert these transactions to cost or value . journalApplyValuationFromOpts rspec . traceOrLogAtWith 5 (("ts2:\n"++).pshowTransactions.jtxns) - -- apply any cur:SYM filters in reportq + -- apply any cur: or amt: filters in reportq . (if queryIsNull amtq then id else filterJournalAmounts amtq) -- only consider transactions which match thisacctq (possibly excluding postings -- which are not real or have the wrong status)