Skip to content

Commit bd07531

Browse files
committed
bs, cf, is: in csv output, subreport headings had two excess columns
1 parent 7359fdd commit bd07531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hledger/Hledger/Cli/CompoundBalanceCommand.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ compoundBalanceReportAsCsv ropts (title, colspans, subreports, (coltotals, grand
363363
numcols
364364
| null subreports = 1
365365
| otherwise =
366-
(3 +) $ -- account name & indent columns
366+
(1 +) $ -- account name column
367367
(if row_total_ ropts then (1+) else id) $
368368
(if average_ ropts then (1+) else id) $
369369
maximum $ -- depends on non-null subreports

0 commit comments

Comments
 (0)