Items for [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %])
[% 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 ( 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 with biblio-level hold on it.
[% END %]
[% IF ( item_loop ) %]
[% SET date_fields = [ 'dateaccessioned', 'onloan', 'datelastseen', 'datelastborrowed', 'replacementpricedate' ] %]
[% END %]
[% FOREACH item_header IN item_header_loop %] [% IF item_header.column_name %] | [% ELSE %] | [% END %] [% item_header.header_value | html %] | [% END %]|
---|---|---|---|
[% ELSE %] | [% END %] [% FOREACH item_valu IN item_loo.item_value %] [% IF item_valu.datatype == 'date' %] | [% item_valu.field | $KohaDates %] | [% ELSE %][% item_valu.field | html %] | [% END %] [% END %]
[% INCLUDE 'biblio-view-menu.inc' %]
[% INCLUDE 'modals/cataloguing_create_av.inc' %]