[% USE raw %]
[% USE Asset %]
[% USE Koha %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
[% IF ( show ) %]
Batch item modification
[% ELSE %]
Batch item modification results
[% END # /IF show %]
[% 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 ( notfoundbarcodes.size ) %]
Warning, the following barcodes were not found:
Barcodes not found |
[% FOREACH notfoundbarcode IN notfoundbarcodes %]
[% notfoundbarcode |html %] |
[% END %]
[% IF ( item_loop ) %]
[% UNLESS ( too_many_items_display ) %]
The following barcodes were found:
[% END %]
[% END %]
[% END # /IF notfoundbarcodes.size %]
[% IF ( notfounditemnumbers.size ) %]
Warning, the following itemnumbers were not found:
Itemnumbers not found |
[% FOREACH notfounditemnumber IN notfounditemnumbers %]
[% notfounditemnumber |html %] |
[% END %]
[% IF ( item_loop ) %]
[% UNLESS ( too_many_items_display ) %]
The following itemnumbers were found:
[% END %]
[% END %]
[% END # /IF notfounditemnumbers.size %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
[% Asset.js("js/background-job-progressbar.js") | $raw %]
[% Asset.js("js/cataloging.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("js/pages/batchMod.js") | $raw %]
[% INCLUDE 'select2.inc' %]
[% IF ( show ) %]
[%- # Loop over fields which may have plugin JavaScript -%]
[%- UNLESS (too_many_items_process) -%]
[%- FOREACH ite IN item -%]
[% SET mv = ite.marc_value %]
[%- IF ( mv.type == 'text2' ) -%]
[% mv.javascript | $raw %]
[%- END -%]
[%- END -%]
[%- END -%]
[%- END -%]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]