mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[transaction] html anchor should target split
Previous would create html anchor to target the transaction containing the report split. This would mean the anchor would link the correct transaction, but would always link to the first account in the transaction. This change will ensure that the account containing the exact report split is opened.
This commit is contained in:
parent
316a22a282
commit
5cdc515885
@ -1568,9 +1568,7 @@ be excluded from periodic reporting.")
|
||||
(gnc:make-html-table-cell/markup
|
||||
"number-cell"
|
||||
(if opt-use-links?
|
||||
(gnc:html-transaction-anchor
|
||||
(xaccSplitGetParent split)
|
||||
cell-content)
|
||||
(gnc:html-split-anchor split cell-content)
|
||||
cell-content)))))
|
||||
cells))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user