[invoice] bugfix img url must have file:/// prefix

This commit is contained in:
Christopher Lam
2018-10-08 00:23:14 +08:00
parent a832600182
commit a603ea3380

View File

@@ -675,7 +675,8 @@ for styling the invoice. Please see the exported report for the CSS class names.
(define (make-img img-url)
;; just an image
(gnc:make-html-text
(gnc:html-markup-img img-url)))
(gnc:html-markup-img
(make-file-url img-url))))
(define (make-client-table owner orders options)
(define (opt-val section name)