@@ -, +, @@ history --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt @@ -3,6 +3,7 @@ [% USE Branches %] [% USE KohaDates %] [% USE TablesSettings %] +[% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] Your holds history › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] @@ -66,6 +67,7 @@ [% IF !holds %] You have never placed a hold from this library. [% ELSE %] + [% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %]
--