@@ -, +, @@ --- .../prog/en/modules/catalogue/issuehistory.tt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt @@ -56,6 +56,8 @@ Checked out from [% IF Koha.Preference('RecordStaffUserOnCheckout') %] Checked out by + [% ELSE %] + Checked out by [% END %] Renewed Checkout on @@ -83,13 +85,11 @@ [% ELSE %]   [% END %] - [% IF Koha.Preference('RecordStaffUserOnCheckout') %] [% IF checkout.issuer_id %] [% INCLUDE 'patron-title.inc' patron=checkout.issuer %] [% END %] - [% END %] [% IF checkout.renewals %] Yes[% IF checkout.lastreneweddate %], last on: [% checkout.lastreneweddate |$KohaDates with_hours => 1 %] [% END %] @@ -138,11 +138,7 @@ [% END %] var table = KohaTable("table_issues", { "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', - [% IF Koha.Preference('RecordStaffUserOnCheckout') %] "aaSorting": [[ 5, "desc" ]], - [% ELSE %] - "aaSorting": [[ 4, "desc" ]], - [% END %] "sPaginationType": "full_numbers" }, columns_settings); }); --