[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Checkout notes [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Checkout notes

[% IF ( selected_count ) %]
[% IF ( action == 'seen' ) %] [% selected_count | html %] note(s) marked as seen. [% ELSIF ( action == 'notseen' ) %] [% selected_count | html %] note(s) marked as not seen. [% ELSE %] Failed to change the status of [% selected_count | html %] item(s). [% END %]
[% END %] [% IF ( notes.count ) %]
Select all | Clear all | Hide seen | Show all
[% FOREACH note IN notes %] [% END %]
  Title Note Date Set by Status Actions
[% note.item.biblio.title | html %] - [% note.item.biblio.author | html %] ([% note.item.barcode | html %]) [% note.note | html %] [% note.notedate | $KohaDates %] [% INCLUDE 'patron-title.inc' patron => note.patron hide_patron_infos_if_needed=1 %] [% IF ( note.noteseen == 0 ) %] Not seen [% ELSIF ( note.noteseen == 1 ) %] Seen [% END %] [% IF ( note.noteseen == 1 ) %] [% ELSIF ( note.noteseen == 0 ) %] [% END %]
[% ELSE %]
There are currently no checkout notes.
[% END %] [% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]