mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 793568 - "Cash Flow" report crashes
This commit is contained in:
parent
ffeafad636
commit
ec0656e7d5
@ -125,10 +125,10 @@
|
||||
;; system, but it flattens out its children's lists prematurely. Has
|
||||
;; to, to pass them as args to format.
|
||||
|
||||
(define (gnc:html-markup/format format . entities)
|
||||
(define (gnc:html-markup/format fstr . entities)
|
||||
(lambda (doc)
|
||||
(apply
|
||||
format #f format
|
||||
format #f fstr
|
||||
(map
|
||||
(lambda (elt)
|
||||
(let ((rendered-elt
|
||||
|
Loading…
Reference in New Issue
Block a user