mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add link to split in its account register to all payment lines on the
owner report. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21405 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fa2338deb1
commit
4dd9edfb9e
@ -341,7 +341,10 @@
|
||||
(gnc:invoice-anchor-text invoice)
|
||||
inv-str))
|
||||
inv-str))
|
||||
((equal? type TXN-TYPE-PAYMENT) (_ "Payment, thank you"))
|
||||
((equal? type TXN-TYPE-PAYMENT)
|
||||
(gnc:make-html-text
|
||||
(gnc:html-markup-anchor
|
||||
(gnc:split-anchor-text split) (_ "Payment, thank you"))))
|
||||
(else (_ "Unknown"))))
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user