[report-utilities] fix dangling ) in eb929fd6d

This commit is contained in:
Christopher Lam 2019-10-27 11:21:19 +08:00
parent eb929fd6d3
commit 6eab852f1c

View File

@ -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)