From 6eab852f1cb780ba4046871410168fe4f0ee375f Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sun, 27 Oct 2019 11:21:19 +0800 Subject: [PATCH] [report-utilities] fix dangling ) in eb929fd6d --- gnucash/report/report-system/report-utilities.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)