From 336e77ca3544dfc56a41770c2abcb959836bd9a6 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Mon, 24 Jun 2024 11:08:40 +0800 Subject: [PATCH] [html-utilities.scm] show acct full names in gnc:html-render-options-changed --- gnucash/report/html-utilities.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/report/html-utilities.scm b/gnucash/report/html-utilities.scm index 12ae13761cf..904184a4bd2 100644 --- a/gnucash/report/html-utilities.scm +++ b/gnucash/report/html-utilities.scm @@ -315,7 +315,7 @@ (qof-print-date (cdr d)) (disp (cdr d))))) (try gnc-commodity-get-mnemonic) - (try xaccAccountGetName) + (try gnc-account-get-full-name) (try gnc-budget-get-name) (format #f "~a" d))) (let ((render-list '())