From 0b95ff0aa5c574cbf27755aa6682d267af7ac995 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 11 Sep 2024 14:00:28 -0700 Subject: [PATCH] ;dev: cleanup: drop obscure todo comment [#2222] --- hledger/Hledger/Cli/Commands/Balance.hs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.hs b/hledger/Hledger/Cli/Commands/Balance.hs index 609e1e3cf..3276d9749 100644 --- a/hledger/Hledger/Cli/Commands/Balance.hs +++ b/hledger/Hledger/Cli/Commands/Balance.hs @@ -779,17 +779,8 @@ multiBalanceReportHtmlRows ropts mbr = (formatRow headingsrow ,map formatRow bodyrows ,map formatRow mtotalsrows - -- TODO pad totals row with zeros when there are ) --- TODO pad totals row with zeros when subreport is empty --- multiBalanceReportHtmlFootRow ropts $ --- "" --- : repeat nullmixedamt zeros --- ++ (if row_total_ ropts then [nullmixedamt] else []) --- ++ (if average_ ropts then [nullmixedamt] else []) - - -- | Render the ODS table rows for a MultiBalanceReport. -- Returns the heading row, 0 or more body rows, and the totals row if enabled. multiBalanceReportAsSpreadsheet ::