mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[new-aging] restore html link to account register
Current aging-report includes a link to APAR account register. New aging-report includes the APAR account prior to each section. Ensure the link to register is offered.
This commit is contained in:
parent
1a404b8d76
commit
d0743cd0fc
@ -268,7 +268,11 @@ exist but have no suitable transactions."))
|
||||
(gnc:debug 'account account)
|
||||
(gnc:html-table-append-row!
|
||||
table (list (gnc:make-html-table-cell/size
|
||||
1 (+ 2 num-buckets) (xaccAccountGetName account))))
|
||||
1 (+ 2 num-buckets)
|
||||
(gnc:make-html-text
|
||||
(gnc:html-markup-anchor
|
||||
(gnc:account-anchor-text account)
|
||||
(xaccAccountGetName account))))))
|
||||
|
||||
(let* ((split-owners (map split->owner acc-splits))
|
||||
(acc-owners (sort (sort-and-delete-duplicates
|
||||
|
Loading…
Reference in New Issue
Block a user