Batch item deletion
[% ELSE %]Batch item deletion 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 %]
[% UNLESS ( action ) %]
[% IF ( notfoundbarcodes.size ) %]
[% IF ( itemresults ) %]
Warning, the following barcodes were not found:
[% ELSE %]Warning: no barcodes were found
[% END %]Barcodes not found |
---|
[% notfoundbarcode |html %] | [% END %]
The following barcodes were found:
[% END %] [% END %] [% END %] [% IF ( notfounditemnumbers.size ) %]
[% IF ( itemresults ) %]
Warning, the following itemnumbers were not found:
[% ELSE %]Warning: no itemnumbers were found
[% END %]Itemnumbers not found |
---|
[% notfounditemnumber |html %] | [% END %]
The following itemnumbers were found:
[% END %] [% END %] [% END %] [% END %] [% IF ( action ) %] [% IF ( not_deleted_items ) %][% not_deleted_items | html %] item(s) could not be deleted: [% FOREACH not_deleted_itemnumber IN not_deleted_itemnumbers %][% not_deleted_itemnumber.itemnumber | html %][% END %]
[% IF ( not_deleted_loop ) %]Itemnumber | Barcode | Reason |
---|---|---|
[% not_deleted_loo.itemnumber | html %] | [% IF ( CAN_user_editcatalogue_edit_items ) %][% not_deleted_loo.barcode | html %][% ELSE %][% not_deleted_loo.barcode | html %][% END %] | [% IF ( not_deleted_loo.book_on_loan ) %]Item is checked out[% ELSIF ( not_deleted_loo.book_reserved ) %]Item has a waiting hold[% END %] |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] Return to the record [% ELSIF src %] Return to where you were [% ELSE %] Return to batch item deletion [% END %]
[% END %]