mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[balsheet-pnl] don't add trailing <br> in monetary cell
This commit is contained in:
@@ -408,13 +408,13 @@ also show overall period profit & loss."))
|
|||||||
(lp rest
|
(lp rest
|
||||||
(let ((converted (and show-orig-cur? convert-curr-fn
|
(let ((converted (and show-orig-cur? convert-curr-fn
|
||||||
(convert-curr-fn monetary col-datum))))
|
(convert-curr-fn monetary col-datum))))
|
||||||
(cons* (gnc:html-markup-br)
|
(cons* (if anchor
|
||||||
(if anchor
|
|
||||||
(gnc:html-markup-anchor anchor (or converted monetary))
|
(gnc:html-markup-anchor anchor (or converted monetary))
|
||||||
(or converted monetary))
|
(or converted monetary))
|
||||||
(if converted
|
(if converted
|
||||||
(gnc:html-markup-i (gnc:html-markup "small" monetary " "))
|
(gnc:html-markup-i (gnc:html-markup "small" monetary " "))
|
||||||
"")
|
"")
|
||||||
|
(if (null? accum) "" (gnc:html-markup-br))
|
||||||
accum)))))))
|
accum)))))))
|
||||||
|
|
||||||
(define (account->depth acc)
|
(define (account->depth acc)
|
||||||
|
|||||||
Reference in New Issue
Block a user