Skip to content

Commit

Permalink
[balsheet-pnl] don't add trailing <br> in monetary cell
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jan 26, 2024
1 parent 688032b commit 4bbb2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/report/reports/standard/balsheet-pnl.scm
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,13 @@ also show overall period profit & loss."))
(lp rest
(let ((converted (and show-orig-cur? convert-curr-fn
(convert-curr-fn monetary col-datum))))
(cons* (gnc:html-markup-br)
(if anchor
(cons* (if anchor
(gnc:html-markup-anchor anchor (or converted monetary))
(or converted monetary))
(if converted
(gnc:html-markup-i (gnc:html-markup "small" monetary " "))
"")
(if (null? accum) "" (gnc:html-markup-br))
accum)))))))

(define (account->depth acc)
Expand Down

0 comments on commit 4bbb2c2

Please sign in to comment.