gnucash maint: [report-utilities] fix dangling ) in eb929fd6d

Christopher Lam clam at code.gnucash.org
Sat Oct 26 23:45:29 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/6eab852f (commit)
	from  https://github.com/Gnucash/gnucash/commit/eb929fd6 (commit)



commit 6eab852f1cb780ba4046871410168fe4f0ee375f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 11:21:19 2019 +0800

    [report-utilities] fix dangling ) in eb929fd6d

diff --git a/gnucash/report/report-system/report-utilities.scm b/gnucash/report/report-system/report-utilities.scm
index 0def54b8f..3c09e9be6 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<Post:~a,Owner:~a,Notes:~a,Total:~a>"
             (gncInvoiceGetTypeString inv)



Summary of changes:
 gnucash/report/report-system/report-utilities.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list