https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #45 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Marcel de Rooy from comment #43)
- [% INCLUDE 'biblio-title.inc' link = 1 biblio=BIBLIO_RESULT.HOSTITEMENTRIES %] [% BIBLIO_RESULT.RELATEDPARTS | $raw %] + [% INCLUDE 'biblio-title.inc' biblio=BIBLIO_RESULT.HOSTITEMENTRIES %] [% BIBLIO_RESULT.RELATEDPARTS | $raw %]
Please clarify why you remove link = 1. Should this have been link=1 without spaces??
I did clarify :) See comment#39: The html links get removed by the HTMLToText Process and don't show in the text based email. So I have decided to remove the links here. Also: we don't want to link to the staff interface, so the email can still be send to users. The staff email currently only includes a link to the record in the OPAC. -> Follow-up provided -- You are receiving this mail because: You are watching all bug changes.