| Lines 341-346
          
      
      
        Link Here | 
        
          | 341 |                 [% END %] | 341 |                 [% END %] | 
        
          | 342 |                 <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> | 342 |                 <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> | 
        
          | 343 |                 <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th> | 343 |                 <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th> | 
            
              |  |  | 344 |                 <th id="[% tab | html %]_issues" data-colname="[% tab | html %]_issues">Checkouts</th> | 
            
              | 345 |                 <th id="[% tab | html %]_renewals" data-colname="[% tab | html %]_renewals">Renewals</th> | 
        
          | 344 |                 <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th> | 346 |                 <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th> | 
        
          | 345 |                 <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th> | 347 |                 <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th> | 
        
          | 346 |                 <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> | 348 |                 <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> | 
  
    | Lines 531-536
          Note that permanent location is a code, and location may be an authval.
      
      
        Link Here | 
        
          | 531 |                         [% END %] | 533 |                         [% END %] | 
        
          | 532 |                     </td> | 534 |                     </td> | 
        
          | 533 |                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td> | 535 |                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td> | 
            
              |  |  | 536 |                     <td class="issues_field" data-order="[% item.issues || 0 | html %]">[% item.issues || 0 | html %]</td> | 
            
              | 537 |                     <td class="renewals_field" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td> | 
        
          | 534 |                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> | 538 |                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> | 
        
          | 535 |                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> | 539 |                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> | 
        
          | 536 |                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> | 540 |                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> | 
            
              | 537 | -  |  |  |