Batch item modification
[% IF op == 'enqueued' %]The job has been enqueued! It will be processed as soon as possible.
View detail of the enqueued job | New batch item modification
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% IF ( item_loop ) %]
[% UNLESS ( too_many_items_display ) %]
[% IF ( item_loop ) %]
[% UNLESS ( too_many_items_display ) %]
[% END %]
[% IF message.code == 'cannot_enqueue_job' %]
Cannot enqueue this job.
[% END %]
[% IF message.error %]
(The error was: [% message.error | html %], see the Koha log file for more information).
[% END %]
[% 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 ( notfoundbarcodes.size ) %]
Warning, the following barcodes were not found:
Barcodes not found |
---|
[% notfoundbarcode |html %] | [% END %]
The following barcodes were found:
[% END %] [% END %] [% END # /IF notfoundbarcodes.size %] [% IF ( notfounditemnumbers.size ) %]Warning, the following itemnumbers were not found:
Itemnumbers not found |
---|
[% notfounditemnumber |html %] | [% END %]