Bug 28854: (QA follow-up) Add missing TT filters
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
4eda276c18
commit
973b6c188a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
[% END %]
|
||||
|
||||
[% IF ( item.bundle_host ) %]
|
||||
<span class="bundled">In bundle: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% item.bundle_host.biblionumber %]">[% INCLUDE 'biblio-title.inc' biblio = item.bundle_host.biblio %]</a></span>
|
||||
<span class="bundled">In bundle: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% item.bundle_host.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio = item.bundle_host.biblio %]</a></span>
|
||||
[% END %]
|
||||
|
||||
[% IF ( item.damaged ) %]
|
||||
|
|
Loading…
Reference in a new issue