Skip to content

Commit

Permalink
[html-utilities.scm] show acct full names in gnc:html-render-options-…
Browse files Browse the repository at this point in the history
…changed
  • Loading branch information
christopherlam committed Jun 24, 2024
1 parent a6463f9 commit 336e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/html-utilities.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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 '())
Expand Down

0 comments on commit 336e77c

Please sign in to comment.