Bug 793568 - "Cash Flow" report crashes

This commit is contained in:
John Ralls 2018-02-18 10:27:34 -08:00
parent ffeafad636
commit ec0656e7d5

View File

@ -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