[% 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:
Barcodes not found |
[% FOREACH notfoundbarcode IN notfoundbarcodes %]
[% notfoundbarcode.barcode %] |
[% END %]
[% IF ( item_loop ) %]
[% UNLESS ( too_many_items ) %]
The following barcodes were found:
[% END %]
[% END %]
[% END %]