[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Rotating collections › Add/Remove items [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Rotating collections: Add/Remove items


[% IF ( previousActionAdd ) %] [% IF ( addSuccess ) %]
Item with barcode '[% addedBarcode %]' Added successfully!
[% ELSE %]
Failed to add item with barcode '[% addedBarcode %]'!
Reason: [% failureMessage %]
[% END %] [% END %] [% IF ( previousActionRemove ) %] [% IF ( removeSuccess ) %]
Item with barcode '[% addedBarcode %]' Removed successfully!
[% ELSE %]
Failed to remove item with barcode '[% removedBarcode %]'!
Reason: [% failureMessage %]
[% END %] [% END %]

Add item to [% colTitle %]

[% IF ( removeChecked ) %] [% ELSE %][% END %]

Items in this collection

[% IF ( collectionItemsLoop ) %] [% FOREACH collectionItemsLoo IN collectionItemsLoop %] [% END %]
Title Call number Barcode
[% collectionItemsLoo.title |html %] [% collectionItemsLoo.itemcallnumber %] [% collectionItemsLoo.barcode %]
[% ELSE %] There are no items in this collection. [% END %]

[% INCLUDE 'intranet-bottom.inc' %]