[% USE Koha %] [% USE Branches %] [% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Request article [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-holds' %] [% INCLUDE 'masthead.inc' %]
[% IF biblio.can_article_request( patron ) %] [% SET article_request_type = biblio.article_request_type( patron ) %] [% IF article_request_type == 'yes' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFields') %] [% END %] [% IF article_request_type == 'bib_only' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsRecordOnly') %] [% END %] [% IF article_request_type == 'item_only' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsItemOnly') %] [% END %]

Place article request for [% biblio.title %]

  • [% IF mandatory_fields.search('title') %] [% ELSE %] [% END %]
  • [% IF mandatory_fields.search('author') %] [% ELSE %] [% END %]
  • [% IF mandatory_fields.search('volume') %] [% ELSE %] [% END %]
  • [% IF mandatory_fields.search('issue') %] [% ELSE %] [% END %]
  • [% IF mandatory_fields.search('date') %] [% ELSE %] [% END %]
  • [% IF mandatory_fields.search('pages') %] [% ELSE %] [% END %]
  • [% IF mandatory_fields.search('chapters') %] [% ELSE %] [% END %]
[% IF article_request_type != 'bib_only' %] [% FOREACH item IN biblio.items %] [% IF item.can_article_request( patron ) %] [% END %] [% END %] [% IF article_request_type != 'item_only' %] [% END %]
Select a specific item:
  Item type Barcode Home library Call number Enumeration
[% IF article_request_type == 'item_only' && !checked %] [% SET checked = 1 %] [% ELSE %] [% END %] [% ItemTypes.GetDescription( item.itype ) %] [% item.barcode %] [% Branches.GetName( item.homebranch ) %] [% item.itemcallnumber %] [% item.enumchron %]
Any item
[% END %]
[% ELSE %] No article requests can be made for this record. [% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% END %]