| Lines 37-42
          use C4::Reserves;
      
      
        Link Here | 
        
          | 37 | use C4::Biblio; | 37 | use C4::Biblio; | 
        
          | 38 | use C4::Items; | 38 | use C4::Items; | 
        
          | 39 | use C4::Koha; | 39 | use C4::Koha; | 
            
              |  |  | 40 | use C4::Serials; | 
        
          | 40 | use C4::Circulation; | 41 | use C4::Circulation; | 
        
          | 41 | use Koha::DateUtils; | 42 | use Koha::DateUtils; | 
        
          | 42 | use C4::Utils::DataTables::Members; | 43 | use C4::Utils::DataTables::Members; | 
  
    | Lines 633-638
          $template->param( biblioloop => \@biblioloop );
      
      
        Link Here | 
        
          | 633 | $template->param( biblionumbers => $biblionumbers ); | 634 | $template->param( biblionumbers => $biblionumbers ); | 
        
          | 634 | $template->param( exceeded_maxreserves => $exceeded_maxreserves ); | 635 | $template->param( exceeded_maxreserves => $exceeded_maxreserves ); | 
        
          | 635 | $template->param( exceeded_holds_per_record => $exceeded_holds_per_record ); | 636 | $template->param( exceeded_holds_per_record => $exceeded_holds_per_record ); | 
            
              |  |  | 637 | $template->param( subscriptionsnumber => CountSubscriptionFromBiblionumber($biblionumber)); | 
        
          | 636 |  | 638 |  | 
        
          | 637 | if ( C4::Context->preference( 'AllowHoldDateInFuture' ) ) { | 639 | if ( C4::Context->preference( 'AllowHoldDateInFuture' ) ) { | 
        
          | 638 |     $template->param( reserve_in_future => 1 ); | 640 |     $template->param( reserve_in_future => 1 ); |