| Lines 323-328
          
      
      
        Link Here | 
        
          | 323 |                 [% END %] | 323 |                 [% END %] | 
        
          | 324 |                 <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> | 324 |                 <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> | 
        
          | 325 |                 <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th> | 325 |                 <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th> | 
            
              |  |  | 326 |                 <th id="[% tab | html %]_issues" data-colname="[% tab | html %]_issues">Checkouts</th> | 
            
              | 327 |                 <th id="[% tab | html %]_renewals" data-colname="[% tab | html %]_renewals">Renewals</th> | 
        
          | 326 |                 <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th> | 328 |                 <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th> | 
        
          | 327 |                 <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th> | 329 |                 <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th> | 
        
          | 328 |                 <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> | 330 |                 <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> | 
  
    | Lines 505-510
          Note that permanent location is a code, and location may be an authval.
      
      
        Link Here | 
        
          | 505 |  | 507 |  | 
        
          | 506 |                     </td> | 508 |                     </td> | 
        
          | 507 |                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td> | 509 |                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td> | 
            
              |  |  | 510 |                     <td class="issues_field" data-order="[% item.issues || 0 | html %]">[% item.issues || 0 | html %]</td> | 
            
              | 511 |                     <td class="renewals_field" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td> | 
        
          | 508 |                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> | 512 |                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> | 
        
          | 509 |                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> | 513 |                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> | 
        
          | 510 |                     <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> | 514 |                     <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> | 
            
              | 511 | -  |  |  |