Update invoice.scm

Add spacing for long Invoice ID's (Displayed as "Reference" on the Invoice)
This commit is contained in:
Glenn Fowler 2023-12-22 17:07:23 -05:00 committed by GitHub
parent 5bcf979f0b
commit fb7ac1a6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -564,7 +564,7 @@ for styling the invoice. Please see the exported report for the CSS class names.
(begin
(gnc:html-table-append-row! invoice-details-table
(list
(G_ "Reference:")
(G_ "Reference: ")
(gnc:make-html-div/markup
"div-align-right"
(multiline-to-html-text billing-id))))