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:
Geert Janssens 2011-10-09 21:06:14 +00:00
parent fa2338deb1
commit 4dd9edfb9e

View File

@ -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"))))
)