[% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Home › Circulation › Checkout Notes [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% IF Koha.Preference('CircSidebar') %]
[% END %]

Checkout notes

[% IF ( selected_count ) %]
[% IF ( action == 'seen' ) %] [% selected_count %] note(s) marked as seen. [% ELSIF ( action == 'notseen' ) %] [% selected_count %] note(s) marked as not seen. [% ELSE %] Failed to change the status of [% selected_count %] item(s). [% END %]
Return to checkout notes [% ELSE %] [% IF ( notes ) %]
Select all | Clear all
[% FOREACH note IN notes %] [% END %]
  Title Note Date Set by Status Actions
[% note.item.biblio.title %] - [% note.item.biblio.author %] ([% note.item.barcode %]) [% note.note %] [% note.notedate | $KohaDates %] [% IF note.patron.title %][% note.patron.title [% END %][% note.patron.firstname %] [% note.patron.surname %] ([% note.patron.cardnumber %]) [% IF ( note.noteseen == 0 ) %] Not seen [% ELSIF ( note.noteseen == 1 ) %] Seen [% END %] [% IF ( note.noteseen == 1 ) %] [% ELSIF ( note.noteseen == 0 ) %] [% END %]
[% END %] [% END %]
[% IF Koha.Preference('CircSidebar') %]
[% INCLUDE 'circ-nav.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]