[% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Label creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'labels-toolbar.inc' %] [% IF ( err ) %]
WARNING: An error was encountered and [% errstr %] Please have your system administrator check the error log for details.
[% ELSIF ( duplicate_message ) %]
Duplicate item(s) removed from batch number [% batch_id %]: [% duplicate_count %]
[% END %]
Current library: [% LoginBranchname %]

[% IF ( table_loop ) %]

Items in batch number [% batch_id %]

[% FOREACH table_loo IN table_loop %] [% IF ( table_loo.header_fields ) %] [% FOREACH header_field IN table_loo.header_fields %] [% SWITCH header_field.field_label -%] [% CASE "Label Number" -%] [% CASE "Summary" -%] [% CASE "Item Type" %] [% CASE "Barcode" %] [% CASE "Select" -%] [% CASE %] [% END -%] [% END %] [% ELSE %] [% FOREACH text_field IN table_loo.text_fields %] [% IF ( text_field.select_field ) %] [% ELSE %] [% END %] [% END %] [% END %] [% END %]
Label numberSummaryItem typeBarcodeSelect[% header_field.field_label %]
Delete Export
[% IF ( text_field.field_name == '_item_type_tbl' ) %] [% ItemTypes.GetDescription( text_field.field_value ) %] [% ELSE %] [% text_field.field_value %] [% END %]
[% ELSE %]
  1. There are no items in this batch yet

    Add items by using the text area above or leave empty to add via item search.

[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]