[html-utilities.scm] show acct full names in gnc:html-render-options-changed

This commit is contained in:
Christopher Lam 2024-06-24 11:08:40 +08:00
parent a6463f9814
commit 336e77ca35

View File

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