Items for [% title |html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber %])
[% 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 ) %]
[% END %]
[% IF ( item_loop ) %]
|
[% FOREACH item_header IN item_header_loop %]
[% IF item_header.column_name %]
[% ELSE %]
|
[% END %]
[% item_header.header_value %]
|
[% END %]
[% FOREACH item_loo IN item_loop %]
[% IF ( item_loo.itemnumber == itemnumber) %]
[% IF item_loo.nomod %]
[% ELSE %]
[% END %]
[% ELSE %]
[% IF item_loo.nomod %]
[% ELSE %]
[% END %]
[% END %]
[% IF ( item_loo.nomod ) %]
|
[% ELSE %]
|
[% END %]
[% FOREACH item_valu IN item_loo.item_value %]
[% item_valu.field |html %] |
[% END %]
[% END %]
[% END %]
[% INCLUDE 'biblio-view-menu.inc' %]