@@ -, +, @@ one library exists not necessary with only one location) --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -215,6 +215,7 @@ [% UNLESS ( singleBranchMode ) %] [% IF ( bibitemloo.holdable && choose_branch ) %] + [% UNLESS ( Branches.all.size ==1 ) %]
  • [% UNLESS ( bibitemloo.holdable ) %] @@ -241,6 +242,7 @@ [% END %] [% END # / UNLESS bibitemloo.holdable %]
  • + [% END %] [% END # / IF bibitemloo.holdable && choose_branch %] [% END # / UNLESS singleBranchMode %] --