diff --git a/gnucash/report/report-system/report-utilities.scm b/gnucash/report/report-system/report-utilities.scm index 0def54b8f3..3c09e9be62 100644 --- a/gnucash/report/report-system/report-utilities.scm +++ b/gnucash/report/report-system/report-utilities.scm @@ -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" (gncInvoiceGetTypeString inv)