[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% USE Koha %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Serials [% biblionumber | html %] › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]

Serials subscriptions

[% IF (done_searched) %] [% IF (subs_loop) %] [% FOREACH sub IN subs_loop %] [% END %]
ISSN Title Notes Vendor Library Call number Expiration date
[% sub.issn | html %] [% IF (sub.title) %][% sub.title | html %][% ELSE %] --- [% END %][% IF (sub.unititle) %], [% sub.unititle | html %][% END %] [% IF (sub.publicnotes) %][% sub.publicnotes | html %][% END %] [% IF (sub.internalnotes) %]([% sub.internalnotes | html %])[% END %] [% IF (sub.vendorname) %][% sub.vendorname | html %][% END %] [% IF (sub.branchcode) %][% Branches.GetName( sub.branchcode ) | html %][% END %] [% IF (sub.callnumber) %][% sub.callnumber | html %][% END %] [% sub.enddate | $KohaDates %] [% IF (sub.alreadyOnOrder) %] Outstanding order [% END %] [% IF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid %] [% tp('verb', 'Order') | html %] [% ELSE %] Cannot be ordered [% END %]
[% ELSE %]

Sorry, there is no result for your search.

[% END %] [% ELSE %]

Use the search form on the left to find subscriptions.

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]