diff --git a/gnucash/report/business-reports/invoice.scm b/gnucash/report/business-reports/invoice.scm index 690534bd03..44b5c83251 100644 --- a/gnucash/report/business-reports/invoice.scm +++ b/gnucash/report/business-reports/invoice.scm @@ -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)