bs, cf, is: in csv output, subreport headings had two excess columns
This commit is contained in:
parent
7359fdd32a
commit
bd0753101e
@ -363,7 +363,7 @@ compoundBalanceReportAsCsv ropts (title, colspans, subreports, (coltotals, grand
|
|||||||
numcols
|
numcols
|
||||||
| null subreports = 1
|
| null subreports = 1
|
||||||
| otherwise =
|
| otherwise =
|
||||||
(3 +) $ -- account name & indent columns
|
(1 +) $ -- account name column
|
||||||
(if row_total_ ropts then (1+) else id) $
|
(if row_total_ ropts then (1+) else id) $
|
||||||
(if average_ ropts then (1+) else id) $
|
(if average_ ropts then (1+) else id) $
|
||||||
maximum $ -- depends on non-null subreports
|
maximum $ -- depends on non-null subreports
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user