From 3f6922b51f10307326ae5f21fbc69bc7fee9dd2f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 22 Oct 2018 14:28:18 -0700 Subject: [PATCH] lib: showTransaction: comment [ci skip] --- hledger-lib/Hledger/Data/Transaction.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hledger-lib/Hledger/Data/Transaction.hs b/hledger-lib/Hledger/Data/Transaction.hs index 4ca9ad7e9..1f2e31cc0 100644 --- a/hledger-lib/Hledger/Data/Transaction.hs +++ b/hledger-lib/Hledger/Data/Transaction.hs @@ -120,6 +120,8 @@ the last posting's amount will not be shown. -} -- XXX why that logic ? -- XXX where is/should this be still used ? +-- XXX rename these, after amount expressions/mixed posting amounts lands +-- eg showTransactionSimpleAmountsElidingLast, showTransactionSimpleAmounts, showTransaction showTransaction :: Transaction -> String showTransaction = showTransactionHelper True False