Skip to content

Commit

Permalink
Merge Vincent Dawans' branch 'bug798886' into stable #1614
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Apr 25, 2023
2 parents 7e07c50 + f6c759b commit b7e966d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnucash/report/trep-engine.scm
Expand Up @@ -1445,12 +1445,12 @@ be excluded from periodic reporting.")
(gnc:html-make-empty-cells left-indent)
(if export?
(cons
(gnc:make-html-table-cell data)
(gnc:make-html-table-cell/markup "total-label-cell" data)
(gnc:html-make-empty-cells
(+ right-indent width-left-columns -1)))
(list
(gnc:make-html-table-cell/size
1 (+ right-indent width-left-columns) data)))
(gnc:make-html-table-cell/size/markup
1 (+ right-indent width-left-columns) "total-label-cell" data)))
(map
(lambda (cell)
(match (vector-ref cell 5)
Expand Down

0 comments on commit b7e966d

Please sign in to comment.