[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item modification [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'background-job.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( show ) %]

Batch item modification

[% ELSE %]

Batch item modification results

[% END %] [% IF ( barcode_not_unique ) %]
Error saving item: Barcode must be unique.
[% END %] [% IF ( no_next_barcode ) %]
Error saving items: Unable to automatically determine values for barcodes. No item has been inserted.
[% END %] [% IF ( book_on_loan ) %]
Cannot Delete: item is checked out.
[% END %] [% IF ( book_reserved ) %]
Cannot Delete: item has a waiting hold.
[% END %] [% IF ( notfoundbarcodes ) %]

Warning, the following barcodes were not found:

[% FOREACH notfoundbarcode IN notfoundbarcodes %] [% END %]
Barcodes not found
[% notfoundbarcode.barcode %]
[% UNLESS ( too_many_items ) %]

The following barcodes were found:

[% END %] [% END %]
[% IF ( item_loop ) %] [% IF ( show ) %][% ELSE %][% END %]

Show/hide columns: [% FOREACH item_header_loo IN item_header_loop %] [% END %]

[% FOREACH item_header_loo IN item_header_loop %] [% END %] [% FOREACH item_loo IN item_loop %] [% IF ( show ) %][% IF ( item_loo.nomod ) %] [% ELSE %][% END %][% ELSE %][% END %] [% FOREACH item_valu IN item_loo.item_value %] [% END %] [% END %]
  Title [% item_header_loo.header_value %]
Cannot Edit [% item_valu.field |html %]
[% END %] [% IF ( simple_items_display ) %]

The following items were modified:

    [% FOREACH simple_items_displa IN simple_items_display %]
  • [% IF ( CAN_user_editcatalogue_edit_items ) %][% simple_items_displa.barcode %][% ELSE %][% simple_items_displa.barcode %][% END %]
  • [% END %]
[% END %] [% IF ( show ) %] [% IF ( too_many_items ) %]

Too many items ([% too_many_items %]): not displaying each one individually.

[% FOREACH itemnumbers_hashre IN itemnumbers_hashref %] [% END %] [% END %]

Edit Items

    [% FOREACH ite IN item %]
  1. [% ite.marc_value %] [% IF ( ite.repeatable ) %] + [% END %]
  2. [% END %]
Job progress:
0%
Cancel
[% ELSE %]
Done
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]