[% USE KohaDates %] [% USE Branches %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha › Serials [% biblionumber %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.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 Library Call number Expiration date
[% sub.issn %] [% IF (sub.title) %][% sub.title |html %][% ELSE %] --- [% END %][% IF (sub.unititle) %], [% sub.unititle %][% END %] [% IF (sub.publicnotes) %][% sub.publicnotes %][% END %] [% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %] [% IF (sub.branchcode) %][% Branches.GetName( sub.branchcode ) %][% END %] [% IF (sub.callnumber) %][% sub.callnumber %][% END %] [% IF (sub.enddate) %] [% sub.enddate | $KohaDates %] [% ELSE %] [% END %] [% IF (sub.alreadyOnOrder) %] Outstanding order (only one order per subscription is allowed) [% ELSIF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] Order [% 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 %]
[% INCLUDE 'subscriptions-search.inc' %] [% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]