mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Watch out for a null account in render-corresponding-account-subheading, it
happened to me once. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18517 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b5aff667de
commit
2183451889
@ -171,7 +171,9 @@
|
||||
(let ((account (xaccSplitGetAccount (xaccSplitGetOtherSplit split))))
|
||||
(add-subheading-row (gnc:make-html-text
|
||||
(gnc:html-markup-anchor
|
||||
(if (not (null? account))
|
||||
(gnc:account-anchor-text account)
|
||||
"")
|
||||
(account-namestring account
|
||||
(used-sort-account-code column-vector)
|
||||
#t
|
||||
|
Loading…
Reference in New Issue
Block a user