| Lines 50-68
          
      
      
        Link Here | 
        
          | 50 |       <thead> | 50 |       <thead> | 
        
          | 51 |         <tr> | 51 |         <tr> | 
        
          | 52 |         <th style="display:none;">Type</th> | 52 |         <th style="display:none;">Type</th> | 
          
            
              | 53 |         <th class="title-string">Date</th> | 53 |         <th>Date</th> | 
        
          | 54 |         <th class="anti-the">Title</th> | 54 |         <th class="anti-the">Title</th> | 
        
          | 55 |         <th>Author</th> | 55 |         <th>Author</th> | 
        
          | 56 |         <th>Call no.</th> | 56 |         <th>Call no.</th> | 
        
          | 57 |         <th>Barcode</th> | 57 |         <th>Barcode</th> | 
        
          | 58 |         <th>Number of renewals</th> | 58 |         <th>Number of renewals</th> | 
          
            
              | 59 |         <th class="title-string">Checked out on</th> | 59 |         <th>Checked out on</th> | 
        
          | 60 |         <th>Checked out from</th> | 60 |         <th>Checked out from</th> | 
        
          | 61 |         [% IF Koha.Preference('RecordStaffUserOnCheckout') %] | 61 |         [% IF Koha.Preference('RecordStaffUserOnCheckout') %] | 
        
          | 62 |         <th>Checked out by</th> | 62 |         <th>Checked out by</th> | 
        
          | 63 |         [% END %] | 63 |         [% END %] | 
          
            
              | 64 |         <th class="title-string">Date due</th> | 64 |         <th>Date due</th> | 
            
              | 65 |         <th class="title-string">Return date</th> | 65 |         <th>Return date</th> | 
        
          | 66 |         </tr> | 66 |         </tr> | 
        
          | 67 |       </thead> | 67 |       </thead> | 
        
          | 68 |       <tbody> | 68 |       <tbody> | 
  
    | Lines 74-81
          
      
      
        Link Here | 
        
          | 74 |             [% END %] | 74 |             [% END %] | 
        
          | 75 |             [% issuetype | html %] | 75 |             [% issuetype | html %] | 
        
          | 76 |           </td> | 76 |           </td> | 
          
            
              | 77 |           <td> | 77 |           <td data-order="[% issue.issuestimestamp | html %]"> | 
            
              | 78 |             <span title="[% issue.issuestimestamp | html %]">[% issue.issuestimestamp | $KohaDates  with_hours => 1 %]</span> | 78 |               [% issue.issuestimestamp | $KohaDates  with_hours => 1 %] | 
        
          | 79 |           </td> | 79 |           </td> | 
        
          | 80 |           <td> | 80 |           <td> | 
        
          | 81 |             [% INCLUDE 'biblio-title.inc' biblio=issue link = 1 %] | 81 |             [% INCLUDE 'biblio-title.inc' biblio=issue link = 1 %] | 
  
    | Lines 93-117
          
      
      
        Link Here | 
        
          | 93 |  | 93 |  | 
        
          | 94 |           <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&biblionumber=[% issue.biblionumber | uri %]&bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td> | 94 |           <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&biblionumber=[% issue.biblionumber | uri %]&bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td> | 
        
          | 95 |           <td>[% issue.renewals | html %]</td> | 95 |           <td>[% issue.renewals | html %]</td> | 
          
            
              | 96 |           <td> | 96 |           <td data-order="[% issue.issuedate | html %]"> | 
            
              | 97 |             <span title="[% issue.issuedate | html %]">[% issue.issuedate |$KohaDates  with_hours => 1 %]</span> | 97 |               [% issue.issuedate |$KohaDates  with_hours => 1 %] | 
        
          | 98 |           </td> | 98 |           </td> | 
        
          | 99 |           <td>[% Branches.GetName( issue.branchcode ) | html %]</td> | 99 |           <td>[% Branches.GetName( issue.branchcode ) | html %]</td> | 
        
          | 100 |           [% IF Koha.Preference('RecordStaffUserOnCheckout') %] | 100 |           [% IF Koha.Preference('RecordStaffUserOnCheckout') %] | 
        
          | 101 |           <td><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% issue.issuer_id | uri %]">[% issue.firstname | html %] [% issue.surname | html %]</a></td> | 101 |           <td><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% issue.issuer_id | uri %]">[% issue.firstname | html %] [% issue.surname | html %]</a></td> | 
        
          | 102 |           [% END %] | 102 |           [% END %] | 
          
            
              | 103 |           <td> | 103 |           <td data-order="[% issue.date_due | html %]"> | 
            
              | 104 |             [% IF issue.date_due %] | 104 |               [% issue.date_due |$KohaDates  with_hours => 1 %] | 
            
              | 105 |                 <span title="[% issue.date_due | html %]">[% issue.date_due |$KohaDates  with_hours => 1 %]</span> |  |  | 
            
              | 106 |             [% ELSE %] | 
            
              | 107 |                 <span title="0000-00-00"></span> | 
            
              | 108 |             [% END %] | 
        
          | 109 |           </td> | 105 |           </td> | 
            
              | 110 |           <td> |  |  | 
        
          | 111 |             [% IF  issue.returndate %] | 106 |             [% IF  issue.returndate %] | 
          
            
              | 112 |               <span title="[% issue.returndate | html %]">[% issue.returndate |$KohaDates  with_hours => 1 %]</span> | 107 |                 <td data-order="[% issue.returndate | html %]"> | 
            
              |  |  | 108 |                 [% issue.returndate |$KohaDates  with_hours => 1 %] | 
        
          | 113 |             [% ELSE %] | 109 |             [% ELSE %] | 
          
            
              | 114 |               <span title="Checked out"><small>Checked out</small></span> | 110 |                 <td data-order="checked out"> | 
            
              |  |  | 111 |                 <small>Checked out</small> | 
        
          | 115 |             [% END %] | 112 |             [% END %] | 
        
          | 116 |           </td> | 113 |           </td> | 
        
          | 117 |         </tr> | 114 |         </tr> | 
  
    | Lines 142-149
          
      
      
        Link Here | 
        
          | 142 |             var columns_settings = [% TablesSettings.GetColumns('members', 'checkouthistory', 'checkouthistory-table', 'json') %]; | 139 |             var columns_settings = [% TablesSettings.GetColumns('members', 'checkouthistory', 'checkouthistory-table', 'json') %]; | 
        
          | 143 |             var table = KohaTable("table_readingrec", { | 140 |             var table = KohaTable("table_readingrec", { | 
        
          | 144 |                 "sPaginationType": "full", | 141 |                 "sPaginationType": "full", | 
          
            
              | 145 |                 "aaSorting": [[10, 'desc']], | 142 |                 "aaSorting": [[10, 'desc']] | 
            
              | 146 |                 "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', |  |  | 
        
          | 147 |             }, columns_settings); | 143 |             }, columns_settings); | 
        
          | 148 |  | 144 |  | 
        
          | 149 |             var tabs = $("#tabs").tabs({ | 145 |             var tabs = $("#tabs").tabs({ | 
            
              | 150 | -  |  |  |