[% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% USE Price %] [% USE ItemTypes %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] Placing a hold › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-holds' %] [% INCLUDE 'masthead.inc' %]

Placing a hold

[% IF ( message ) %]

Sorry, you cannot place holds.

    [% IF ( GNA ) %]
  • According to our records, we don't have up-to-date contact information. Please contact the library. [% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %] [% IF ( Koha.Preference('OPACPatronDetails') ) %](Please note: there may be a delay in restoring your account if you submit online.)[% END %]
  • [% END %] [% IF ( lost ) %]
  • Your library card has been marked as lost or stolen.
    If this is an error, please take your library card to the circulation desk at your local library and the error will be corrected.
  • [% END %] [% IF ( debarred ) %]
  • Your account has been frozen. [% IF debarred_comment %] Comment: [% IF debarred_comment.search('OVERDUES_PROCESS') %] Restriction added by overdues process [% debarred_comment.remove('OVERDUES_PROCESS ') | html_line_break %] [% ELSE %] [% debarred_comment | html_line_break %] [% END %] [% END %] [% IF debarred_date && debarred_date != '9999-12-31' %] End date: [% debarred_date | $KohaDates %] [% END %]
    Usually the reason for freezing an account is old overdues or damage fees. If shows your account to be clear, please contact the library. Go to your account page
  • [% END %] [% IF ( too_much_oweing ) %]
  • You have unpaid fines. Amount: [% too_much_oweing | $Price %].
  • [% END %] [% IF ( too_many_reserves ) %]
  • Sorry, you cannot place more than [% too_many_reserves | html %] holds.
  • [% END %] [% IF ( bad_biblionumber ) %]
  • ERROR: No record found for record id [% bad_biblionumber | html %].
  • [% END %] [% IF ( no_items_selected ) %]
  • You must select at least one item.
  • [% END %] [% IF ( no_branch_selected ) %]
  • You must select a library for pickup.
  • [% END %] [% IF ( no_biblionumber ) %]
  • ERROR: No record id specified.
  • [% END %] [% IF ( bad_data ) %]
  • ERROR: Internal error: incomplete hold request.
  • [% END %] [% IF ( expired_patron ) %]
  • Your library card has expired. Please contact your librarian if you wish to renew your card.
  • [% END %] [% IF ( no_pickup_locations ) %]
  • None of the libraries are available for pickup location.
  • [% END %]
[% ELSE # /IF message %] [% IF ( none_available && multi_hold ) %]
Sorry, none of these titles can be placed on hold.
[% END %] [% END # / IF message %] [% UNLESS ( message ) %] [% UNLESS ( none_available ) %]

Confirm holds for:[% INCLUDE 'patron-title.inc' patron = logged_in_user %] ([% logged_in_user.cardnumber | html %])

[% END # / UNLESS none_available %] [% IF (RESERVE_CHARGE) %]
[% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %] You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] when you collect this item [% ELSE %] You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] for placing this hold [% END %]
[% END %] [% IF ( new_reserves_allowed ) %]
Sorry, you can only place [% new_reserves_allowed | html %] more holds. Please uncheck the checkboxes for the items you wish to not place holds on.
[% END %]
Hold requests
[% FOREACH bibitemloo IN bibitemloop %]
[% 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. [% ELSE %] You already have at least one record level hold on this title. All further holds must be record level. [% END %]
[% END %]

[% IF ( bibitemloo.holdable ) %] [% END # / bibitemloo.holdable %] [% INCLUDE 'biblio-title.inc' biblio=bibitemloo %] [% IF ( bibitemloo.author ) %], by [% bibitemloo.author | html %][% END %]

[% UNLESS ( bibitemloo.holdable ) %] [% IF ( bibitemloo.ageRestricted ) %]
Sorry, you are too young to reserve this material.
[% END %] [% IF ( bibitemloo.already_reserved ) %]
You have already requested this title.
[% ELSIF ( bibitemloo.recall ) %]
You have already placed a recall on this title.
[% ELSE %] [% IF ( bibitemloo.already_patron_possession ) %]
This title cannot be requested because it's already in your possession.
[% ELSE %] [% UNLESS ( bibitemloo.bib_available ) %]
There are no items that can be placed on hold.
[% ELSE %]
This title cannot be requested.
[% END %] [% END # / UNLESS bibitemloo.already_patron_possession %] [% END # / IF bibitemloo.already_reserved %] [% END # / UNLESS bibitemloo.holdable %] [% IF ( bibitemloo.holdable ) %]
    [% UNLESS ( item_level_itypes ) %]
  • Item type: [% IF ( bibitemloo.imageurl ) %][% END %] [% bibitemloo.translated_description | html %]
  • [% END %] [% SET OPACShowHoldQueueDetails = Koha.Preference('OPACShowHoldQueueDetails') %] [% IF OPACShowHoldQueueDetails == 'holds_priority' || OPACShowHoldQueueDetails == 'priority' %]
  • Your priority: [% bibitemloo.rank | html %]
  • [% END %] [% IF OPACShowHoldQueueDetails == 'holds_priority' || OPACShowHoldQueueDetails == 'holds' %]
  • Number of holds: [% bibitemloo.reservecount | html %]
  • [% END %] [% UNLESS ( singleBranchMode ) %] [% IF ( bibitemloo.holdable && Koha.Preference('OPACAllowUserToChooseBranch')) %]
  • [% UNLESS ( bibitemloo.holdable ) %] [% 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 && Koha.Preference('OPACAllowUserToChooseBranch') %] [% END # / UNLESS singleBranchMode %]
    [% IF ( reserve_in_future ) %]
  • [% INCLUDE 'date-format.inc' %]
  • [% END %]
  • [% INCLUDE 'date-format.inc' %]
  • [% IF Koha.Preference('AllowHoldItemTypeSelection') %] [% itemtypes = [] %] [% FOREACH item IN bibitemloo.itemLoop %] [% itemtypes.push( item.itype ) %] [%- END %]
  • [% END %] [% IF ( OpacHoldNotes ) %]
  • [% IF bibitemloo.reqholdnotes %] Please enter additional information about the requested item: [% END %]
  • [% END # / IF OpacHoldNotes %] [% IF bibitemloo.itemholdable %] [% END # / IF bibitemloo.itemholdable %]
[% IF bibitemloo.itemholdable %]
[% IF ( item_level_itypes ) %] [% END %] [% UNLESS ( singleBranchMode ) %] [% END %] [% IF ( itemdata_ccode ) %] [% END %] [% IF ( itemdata_enumchron ) %] [% END %] [% SET unholdable_items = 0 %] [% FOREACH itemLoo IN bibitemloo.itemLoop %] [% IF ( itemLoo.available ) %] [% IF ( itemLoo.onloan ) %] [% ELSE %] [% END %] [% ELSE %] [% END %] [%# copynumber %] [% IF ( item_level_itypes ) %] [% END %] [% UNLESS ( singleBranchMode ) %] [% END %] [% IF ( itemdata_ccode ) %] [% END %] [% IF ( itemdata_enumchron ) %] [% END %] [% END # / FOREACH itemLoo IN bibitemloo.itemLoop%]
Select a specific item:
Copy numberItem typeBarcodeHome library Last locationCollectionCall numberVol infoNotes Information
[% ELSE %] [% SET unholdable_items = 1 %] [% IF ( itemLoo.onloan ) %]
[% IF unholdable_items %] [% END %]
[% END # / IF ( bibitemloo.itemholdable )%]
[% END # / IF ( bibitemloo.holdable ) %]
[% END # / FOREACH bibitemloo IN bibitemloop %]
[% UNLESS ( none_available ) %] [% END %]
[% END # / UNLESS message %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'calendar.inc' %] [% END %]