@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -41,6 +41,7 @@ [% IF ( book_reserved ) %]
Cannot delete: item has a waiting hold.
[% END %] [% IF ( not_same_branch ) %]
Cannot delete: The items do not belong to your library.
[% END %] [% IF ( linked_analytics ) %]
Cannot delete: item has linked analytics..
[% END %] +[% IF last_item_for_hold %]
Cannot delete: Last item for bibliographic record wich biblio-level hold on it.
[% END %]
[% IF ( item_loop ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -109,8 +109,6 @@ $(document).ready(function(){ [% 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.size ) %]

Warning, the following barcodes were not found:

--