| Lines 353-359
          
      
      
        Link Here | 
        
          | 353 |                 [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %] | 353 |                 [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %] | 
        
          | 354 |                 <th>Call number</th> | 354 |                 <th>Call number</th> | 
        
          | 355 |                 <th>Status</th> | 355 |                 <th>Status</th> | 
          
            
              | 356 |                 <th>Last seen</th> | 356 |                 <th class="title-string">Last seen</th> | 
        
          | 357 |                 <th>Barcode</th> | 357 |                 <th>Barcode</th> | 
        
          | 358 |                 [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] | 358 |                 [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] | 
        
          | 359 |                 [% IF ( itemdata_uri ) %]<th>URL</th>[% END %] | 359 |                 [% IF ( itemdata_uri ) %]<th>URL</th>[% END %] | 
  
    | Lines 474-480
          
      
      
        Link Here | 
        
          | 474 |                         [% END %] | 474 |                         [% END %] | 
        
          | 475 |  | 475 |  | 
        
          | 476 |                     </td> | 476 |                     </td> | 
          
            
              | 477 |                     <td class="datelastseen">[% item.datelastseen | $KohaDates %]</td> | 477 |                     <td class="datelastseen"><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td> | 
        
          | 478 |                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | html %]&itemnumber=[% item.itemnumber | html %]&biblionumber=[% item.biblionumber | html %]&bi=[% item.biblioitemnumber | html %]#item[% item.itemnumber | html %]">[% item.barcode | html %]</a></td> | 478 |                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | html %]&itemnumber=[% item.itemnumber | html %]&biblionumber=[% item.biblionumber | html %]&bi=[% item.biblioitemnumber | html %]#item[% item.itemnumber | html %]">[% item.barcode | html %]</a></td> | 
        
          | 479 |                     [% IF ( volinfo ) %] | 479 |                     [% IF ( volinfo ) %] | 
        
          | 480 |                         <td class="enumchron"> | 480 |                         <td class="enumchron"> | 
  
    | Lines 1100-1106
          
      
      
        Link Here | 
        
          | 1100 |                     'bPaginate': false, | 1100 |                     'bPaginate': false, | 
        
          | 1101 |                     'bAutoWidth': false, | 1101 |                     'bAutoWidth': false, | 
        
          | 1102 |                     "aoColumnDefs": [ | 1102 |                     "aoColumnDefs": [ | 
          
            
              | 1103 |                         { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] } | 1103 |                         { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, | 
            
              |  |  | 1104 |                         { "sType": "title-string", "aTargets" : [ "title-string" ] } | 
        
          | 1104 |                     ] | 1105 |                     ] | 
        
          | 1105 |                 }; | 1106 |                 }; | 
        
          | 1106 |                 var table = KohaTable(id, dt_parameters, null, 'with_filters'); | 1107 |                 var table = KohaTable(id, dt_parameters, null, 'with_filters'); | 
            
              | 1107 | -  |  |  |