[% 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 %]

Items In This Collection

[% IF ( collectionItemsLoop ) %] [% FOREACH collectionItemsLoo IN collectionItemsLoop %] [% END %]
Title Callnumber Barcode
[% collectionItemsLoo.title |html %] [% collectionItemsLoo.itemcallnumber %] [% collectionItemsLoo.barcode %]
[% ELSE %] There are no Items in this Collection. [% END %]

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