[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% USE Koha %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Add order from a subscription") | html %] › [% t("Acquisitions") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Acquisitions [% END %] [% WRAPPER breadcrumb_item %] [% booksellername | html %] [% END %] [% WRAPPER breadcrumb_item %] Basket [% basketno | html %] [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Add order from a subscription [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.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' %]