Batch item deletion
[% FOREACH message IN messages %] [% IF message.type == 'success' %]
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% END %]
[% IF ( notfounditemnumbers.size ) %]
[% END %]
[% IF cannot_be_deleted.size %]
[% END %]
[% IF ( notfoundbarcodes.size || notfounditemnumbers.size || cannot_be_deleted.size ) && !too_many_items_display && item_loop %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/tools-menu.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("js/pages/batchMod.js") | $raw %]
[% Asset.js("js/browser.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]
[% 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 %]
[% 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 %]
[% IF ( itemresults ) %]
Warning, the following itemnumbers were not found:
[% ELSE %]Warning: no itemnumbers were found
[% END %]Itemnumbers not found |
---|
[% notfounditemnumber |html %] | [% END %]
Warning, the following items cannot be deleted:
Cannot be deleted |
---|
[% barcode | html %] | [% END %]
The following barcodes were found:
[% END %] [% END %] [% IF op == 'enqueued' %]The job has been enqueued! It will be processed as soon as possible.