[% USE AuthorisedValues %] [% USE Branches %] [% USE ItemTypes %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › Batch edit [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'serials-search.inc' %]

Subscription batch edit

You are about to edit the following subscriptions:

[% FOREACH subscription IN subscriptions %] [% END %]
ISSN Title Vendor Location Library Item type Public notes Nonpublic notes Call number Create item when receiving Expiration date
[% subscription.biblio.biblioitem.issn | html %] [% subscription.biblio.title | html %] (#[% subscription.subscriptionid | html %]) [% subscription.vendor.name | html %] [% AuthorisedValues.GetByCode('LOC', subscription.location) | html %] [% Branches.GetName(subscription.branchcode) | html %] [% ItemTypes.GetDescription( subscription.itemtype ) | html %] [% subscription.notes | html %] [% subscription.internalnotes | html %] [% subscription.callnumber | html %] [% IF subscription.serialsadditems %] Yes [% ELSE %] No [% END %] [% subscription.enddate | $KohaDates %]
[% FOREACH subscription IN subscriptions %] [% END %] [% IF referrer %] [% END %]
  1. [% FOREACH field IN additional_fields %]
  2. [% IF field.authorised_value_category %] [% ELSE %] [% END %]
  3. [% END %]
Cancel
[% INCLUDE 'intranet-bottom.inc' %]