| Lines 62-68
          
      
      
        Link Here | 
        
          | 62 | [% BLOCK waiting_holds %] | 62 | [% BLOCK waiting_holds %] | 
        
          | 63 |     [% SET waiting_holds = cp.patron.holds.search( found => 'W', branchcode => Branches.GetLoggedInBranchcode ) %] | 63 |     [% SET waiting_holds = cp.patron.holds.search( found => 'W', branchcode => Branches.GetLoggedInBranchcode ) %] | 
        
          | 64 |     [% FOREACH h IN waiting_holds %] | 64 |     [% FOREACH h IN waiting_holds %] | 
          
            
              | 65 |        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | html %]&biblionumber=[% h.biblionumber | html %]#item[% h.itemnumber | html %]">[% h.item.barcode | html %]</a>)<br/> | 65 |        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | uri %]&biblionumber=[% h.biblionumber | uri %]#item[% h.itemnumber | uri %]">[% h.item.barcode | html %]</a>)<br/> | 
        
          | 66 |     [% END %] | 66 |     [% END %] | 
        
          | 67 | [% END %] | 67 | [% END %] | 
        
          | 68 |  | 68 |  | 
  
    | Lines 396-402
          
      
      
        Link Here | 
        
          | 396 |                                                     <td> | 396 |                                                     <td> | 
        
          | 397 |                                                         [% FOREACH c IN cp.checkouts %] | 397 |                                                         [% FOREACH c IN cp.checkouts %] | 
        
          | 398 |                                                             [% IF date.format(c.issuedate, format = '%Y-%m-%d') == today_iso %] | 398 |                                                             [% IF date.format(c.issuedate, format = '%Y-%m-%d') == today_iso %] | 
          
            
              | 399 |                                                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% c.item.biblionumber | uri %]">[% c.item.biblio.title | html %]</a> ([% c.item.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% c.itemnumber | html %]&biblionumber=[% c.item.biblionumber | html %]#item[% c.itemnumber | html %]">[% c.item.barcode | html %]</a>)<br/> | 399 |                                                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% c.item.biblionumber | uri %]">[% c.item.biblio.title | html %]</a> ([% c.item.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% c.itemnumber | uri %]&biblionumber=[% c.item.biblionumber | uri %]#item[% c.itemnumber | uri %]">[% c.item.barcode | html %]</a>)<br/> | 
        
          | 400 |                                                             [% END %] | 400 |                                                             [% END %] | 
        
          | 401 |                                                         [% END %] | 401 |                                                         [% END %] | 
        
          | 402 |                                                     </td> | 402 |                                                     </td> | 
  
    | Lines 447-453
          
      
      
        Link Here | 
        
          | 447 |                                                             [% IF waiting_holds.count %] | 447 |                                                             [% IF waiting_holds.count %] | 
        
          | 448 |                                                                 [% FOREACH h IN waiting_holds %] | 448 |                                                                 [% FOREACH h IN waiting_holds %] | 
        
          | 449 |                                                                     <li> | 449 |                                                                     <li> | 
          
            
              | 450 |                                                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | html %]&biblionumber=[% h.biblionumber | html %]#item[% h.itemnumber | html %]">[% h.item.barcode | html %]</a>) | 450 |                                                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | uri %]&biblionumber=[% h.biblionumber | uri %]#item[% h.itemnumber | uri %]">[% h.item.barcode | html %]</a>) | 
        
          | 451 |                                                                     </li> | 451 |                                                                     </li> | 
        
          | 452 |                                                                 [% END %] | 452 |                                                                 [% END %] | 
        
          | 453 |                                                             [% ELSE %] | 453 |                                                             [% ELSE %] |