[% USE Koha %] [% USE ItemTypes %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %]
[% IF ( reserved ) %]Set reserve to waiting and transfer book to [% branchname %]: [% END %] [% IF ( waiting ) %]Cancel reservation and then attempt transfer: [% END %] | |
---|---|
Cancel reservation and then attempt transfer: | |
Ignore and return to transfers: | [% FOREACH trsfitemloo IN trsfitemloop %] [% END %] |
Title | Author | Barcode | Shelving location | Call number | Item type | Collection code | Destination |
---|---|---|---|---|---|---|---|
[% trsfitemloo.title |html %] | [% trsfitemloo.author %] | [% trsfitemloo.barcode %] | [% trsfitemloo.location %] | [% trsfitemloo.itemcallnumber %] | [% ItemTypes.GetDescription( trsfitemloo.itemtype ) %] | [% AuthorisedValues.GetByCode( 'CCODE', trsfitemloo.ccode ) %] | [% trsfitemloo.tobrname %] |