;dev: cleanup: drop obscure todo comment [#2222]
This commit is contained in:
parent
b81690522d
commit
0b95ff0aa5
@ -779,17 +779,8 @@ multiBalanceReportHtmlRows ropts mbr =
|
|||||||
(formatRow headingsrow
|
(formatRow headingsrow
|
||||||
,map formatRow bodyrows
|
,map formatRow bodyrows
|
||||||
,map formatRow mtotalsrows
|
,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.
|
-- | Render the ODS table rows for a MultiBalanceReport.
|
||||||
-- Returns the heading row, 0 or more body rows, and the totals row if enabled.
|
-- Returns the heading row, 0 or more body rows, and the totals row if enabled.
|
||||||
multiBalanceReportAsSpreadsheet ::
|
multiBalanceReportAsSpreadsheet ::
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user