Circulation history
[% UNLESS Koha.Preference('intranetreadinghistory') %]Staff members are not allowed to access patron's checkout history
[% ELSIF is_anonymous %]
This is the anonymous patron, so no circulation history is displayed. To get a list of anonymized loans, please run a report.
[% ELSIF ( patron.privacy == 2) %]
[% ELSIF ( !loop_reading ) %]
[% ELSE %]
[% IF Koha.Preference('OnSiteCheckouts') %]
[% END %]
[% END %]
Date | Title | Author | Call no. | Barcode | Number of renewals | Checked out on | Checked out from | [% IF Koha.Preference('RecordStaffUserOnCheckout') %]Checked out by | [% END %]Date due | Return date |
---|---|---|---|---|---|---|---|---|---|---|
[% issue.issuestimestamp | $KohaDates with_hours => 1 %] | [% INCLUDE 'biblio-title.inc' biblio=issue link = 1 %] | [% issue.author | html %] | [% IF issue.classification %] [% issue.classification | html %] [% ELSE %] [% issue.itemcallnumber | html %] [% END %] | [% issue.barcode | html %] | [% issue.renewals | html %] | [% issue.issuedate |$KohaDates with_hours => 1 %] | [% Branches.GetName( issue.branchcode ) | html %] | [% IF Koha.Preference('RecordStaffUserOnCheckout') %][% issue.firstname | html %] [% issue.surname | html %] | [% END %][% IF issue.date_due %] [% issue.date_due |$KohaDates with_hours => 1 %] [% ELSE %] [% END %] | [% IF issue.returndate %] [% issue.returndate |$KohaDates with_hours => 1 %] [% ELSE %] Checked out [% END %] |