@@ -, +, @@ why the hold locations are disabled --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 5 +++++ 1 file changed, 5 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -218,6 +218,7 @@ [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %] [% ELSE %] + [% SET at_least_one_library_not_available_for_pickup = 0 %] + [% IF at_least_one_library_not_available_for_pickup %] + Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items + [% END %] [% END # / UNLESS bibitemloo.holdable %] [% END # / IF bibitemloo.holdable && choose_branch %] --