@@ -, +, @@ message - In Administration -> Circulation and fine rules, set a rule to allow multiple holds on a title. - Log in to the OPAC as a user covered by the above rule and locate a bibliographic record on which multiple holds can be placed. - Place a hold on the record. - Return to the record details for that title and place another hold. - You should see a correctly-styled message about having at least one other hold on the record. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -167,7 +167,7 @@ [% IF ( bibitemloo.holdable ) %]
[% IF bibitemloo.forced_hold_level %] -

+
[% IF bibitemloo.forced_hold_level == 'item' %] You already have at least one item level hold on this title. All further holds must be item level. @@ -175,7 +175,7 @@ You already have at least one record level hold on this title. All further holds must be record level. [% END %] -

+
[% END %]

--