Browse Source

Bug 15352: (RM follow-up) Add missing filters

Damn, I missed a case in the first followup!

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Martin Renvoize 4 years ago
parent
commit
8d417d4a6f
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

@ -405,7 +405,7 @@ Note that permanent location is a code, and location may be an authval.
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&amp;itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
[% IF ( itemdata_uri ) %]
[% IF Koha.Preference('URLLinkText') %]
<td class="uri"><a href="[% item.uri | url %]">[% Koha.Preference('URLLinkText') %]</a></td>
<td class="uri"><a href="[% item.uri | url %]">[% Koha.Preference('URLLinkText') | html %]</a></td>
[% ELSIF item.uri %]
<td class="uri"><a href="[% item.uri | url %]">Link to resource</a></td>
[% ELSE %]

Loading…
Cancel
Save