mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[invoice] add classes for invoice headers
This commit is contained in:
parent
7ef4c00579
commit
bfde5a17f7
@ -489,8 +489,10 @@
|
||||
|
||||
(gnc:html-table-append-row! invoice-details-table
|
||||
(gnc:make-html-table-cell/size
|
||||
1 2 (gnc:make-html-text
|
||||
(_ "Invoice in progress...")))))
|
||||
1 2 (gnc:make-html-span/markup
|
||||
"invoice-in-progress"
|
||||
(gnc:make-html-text
|
||||
(_ "Invoice in progress..."))))))
|
||||
|
||||
(if (opt-val "Display" "Billing ID")
|
||||
(let ((billing-id (gncInvoiceGetBillingID invoice)))
|
||||
|
Loading…
Reference in New Issue
Block a user