mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[invoice] bugfix img url must have file:/// prefix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user