;dev: cleanup: drop obscure todo comment [#2222]

This commit is contained in:
Simon Michael 2024-09-11 14:00:28 -07:00
parent b81690522d
commit 0b95ff0aa5

View File

@ -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 ::