[% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Placing a hold [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'masthead.inc' %]
[% IF ( message ) %] [% IF ( GNA ) %]

Sorry, you cannot place holds because the library doesn't have up-to-date contact information on file.

Please contact your librarian, or use the online update form to submit current information (Please note: there may be a delay in restoring your account if you submit online)

[% END %] [% IF ( lost ) %]

Sorry, you cannot place holds because your library card has been marked as lost or stolen.

If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.

[% END %] [% IF ( debarred ) %]

Sorry, you cannot place holds because your account has been frozen.

Usually the reason for freezing an account is old overdues or damage fees. If your account page shows your account to be clear, please consult a librarian.

[% END %] [% IF ( too_much_oweing ) %]
Sorry, you cannot place holds because you owe [% too_much_oweing %].
[% END %] [% IF ( too_many_reserves ) %]
Sorry, you cannot place more than [% too_many_reserves %] holds.
[% END %] [% IF ( bad_biblionumber ) %]
ERROR: No biblio record found for biblionumber [% bad_biblionumber %].
[% 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 biblionumber received.
[% END %] [% IF ( bad_data ) %]
ERROR: Internal error: incomplete hold request.
[% END %] [% IF ( expired_patron ) %]
Sorry, you cannot place holds because your library card has expired.

Please contact your librarian if you wish to renew your card.

[% END %] [% ELSE %] [% IF ( none_available ) %]
Sorry, none of these items can be placed on hold.
[% END %] [% END # / IF message %] [% UNLESS ( message ) %] [% UNLESS ( none_available ) %]

Confirm holds for: [% FOREACH USER_INF IN USER_INFO %] [% USER_INF.firstname %] [% USER_INF.surname %] ([% USER_INF.cardnumber %]) [% END %]

[% END # / UNLESS none_available %] [% IF (RESERVE_CHARGE) %]
There is a charge of [% RESERVE_CHARGE %] for placing this hold
[% END %] [% IF ( new_reserves_allowed ) %]
Sorry, you can only place [% new_reserves_allowed %] more holds. Please uncheck the checkboxes for the items you wish to not place holds on.
[% END %]
[% FOREACH bibitemloo IN bibitemloop %]

[% IF ( bibitemloo.holdable ) %] [% END # / bibitemloo.holdable %] [% bibitemloo.title |html %] [% IF ( bibitemloo.subtitle ) %] [% FOREACH subtitl IN bibitemloo.subtitle %] [% subtitl.subfield %] [% END %] [% END %] [% IF ( bibitemloo.author ) %], by [% bibitemloo.author %][% END %]

[% UNLESS ( bibitemloo.holdable ) %] [% IF ( bibitemloo.already_reserved ) %]
You have already requested this title.
[% ELSE %] [% UNLESS ( bibitemloo.bib_available ) %]
No available items.
[% ELSE %] [% IF ( bibitemloo.already_patron_possession ) %]
This title cannot be requested because it's already in your possession.
[% ELSE %]
This title cannot be requested.
[% END %] [% END # / UNLESS bibitemloo.bib_available %] [% END # / IF bibitemloo.already_reserved %] [% END # / UNLESS bibitemloo.holdable %] [% IF ( bibitemloo.holdable ) %]
    [% UNLESS ( item_level_itypes ) %]
  • Item type: [% IF ( bibitemloo.imageurl ) %][% END %] [% bibitemloo.description %]
  • [% END %] [% IF showholds || showpriority %]
  • Holds and priority: [% IF showpriority %] [% bibitemloo.rank %] [% END %] [% IF showholds && showpriority %] out of [% END %] [% IF showholds %] [% bibitemloo.reservecount %] [% END %]
  • [% END %] [% UNLESS ( singleBranchMode ) %] [% IF ( bibitemloo.holdable && choose_branch ) %]
  • [% UNLESS ( bibitemloo.holdable ) %] [% ELSE %] [% END # / UNLESS bibitemloo.holdable %]
  • [% END # / IF bibitemloo.holdable && choose_branch %] [% END # / UNLESS singleBranchMode %]
    [% IF ( reserve_in_future ) %]
  • [% INCLUDE 'date-format.inc' %]
  • [% END %]
  • [% INCLUDE 'date-format.inc' %]
  • [% IF ( OpacHoldNotes ) %]
  • [% END # / IF OpacHoldNotes %] [% IF OPACItemHolds == '1' or OPACItemHolds == 'force' %] [% END # / IF OPACItemHolds %]
[% IF OPACItemHolds == '1' || OPACItemHolds == 'force' %] [% IF ( item_level_itypes ) %] [% END %] [% UNLESS ( singleBranchMode ) %] [% END %] [% IF ( itemdata_enumchron ) %] [% END %] [% FOREACH itemLoo IN bibitemloo.itemLoop %] [% IF ( item_level_itypes ) %] [% END %] [% UNLESS ( singleBranchMode ) %] [% END %] [% IF ( itemdata_enumchron ) %] [% END %] [% END # / FOREACH itemLoo IN bibitemloo.itemLoop%]
Select a specific item:
Copy numberItem typeBarcodeHome library Last locationCall numberVol infoInformation
[% IF ( itemLoo.available ) %] [% ELSE %] Cannot be put on hold [% END %] [% IF ( itemLoo.copynumber ) %] [% itemLoo.copynumber %] [% END %] [% UNLESS ( noItemTypeImages ) %] [% IF ( itemLoo.imageurl ) %] [% END %] [% END %] [% itemLoo.description %] [% itemLoo.barcode %][% itemLoo.homeBranchName %] [% itemLoo.holdingBranchName %][% itemLoo.callNumber %][% itemLoo.enumchron %] [% IF ( itemLoo.dateDue ) %] Due [% itemLoo.dateDue %] [% ELSIF ( itemLoo.transfertwhen ) %] In transit from [% itemLoo.transfertfrom %] to [% itemLoo.transfertto %] since [% itemLoo.transfertwhen %] [% END %] [% IF ( itemLoo.message ) %] Unavailable (lost or missing) [% END %] [% IF ( itemLoo.notforloan ) %] Not for loan ([% itemLoo.notforloanvalue %]) [% END %] [% IF ( itemLoo.reservedate ) %] [% IF ( itemLoo.waitingdate ) %] Waiting [% ELSE %] On hold [% END %] for patron [% IF ( itemLoo.waitingdate ) %] at [% ELSE %] expected at [% END %] [% itemLoo.ExpectedAtLibrary %] since [% IF ( itemLoo.waitingdate ) %] [% itemLoo.waitingdate | $KohaDates %] [% ELSE %] [% IF ( itemLoo.reservedate ) %] [% itemLoo.reservedate %] [% END %] [% END %]. [% ELSE %] Not on hold [% END # / IF ( itemLoo.reservedate )%]
[% END # / IF ( OPACItemHolds )%]
[% 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 %]