mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[report-utilities] fix dangling ) in eb929fd6d
This commit is contained in:
parent
eb929fd6d3
commit
6eab852f1c
@ -1147,7 +1147,7 @@ flawed. see report-utilities.scm. please update reports.")
|
||||
(cons GNC-OWNER-EMPLOYEE "Emp")))
|
||||
(format #f "[~a:~a]"
|
||||
(or (assv-ref owner-alist (gncOwnerGetType owner)) "Owner")
|
||||
(gncOwnerGetName owner))))
|
||||
(gncOwnerGetName owner)))
|
||||
(define (invoice->str inv)
|
||||
(format #f "~a<Post:~a,Owner:~a,Notes:~a,Total:~a>"
|
||||
(gncInvoiceGetTypeString inv)
|
||||
|
Loading…
Reference in New Issue
Block a user