| 
      
            Lines 357-362
          if($tab eq 'sysinfo') {
      
      
        Link Here
      
     | 
  
        
          | 357 | 
                      $warnILLConfiguration = 1;  | 
          357 | 
                      $warnILLConfiguration = 1;  | 
        
        
          | 358 | 
                  }  | 
          358 | 
                  }  | 
        
        
          | 359 | 
           | 
          359 | 
           | 
        
            
               | 
               | 
              360 | 
                      # Check if deprecated 'FreeForm' backend is installed  | 
            
            
              | 361 | 
                      my $available_backends = Koha::ILL::Request::Config->new->available_backends;  | 
            
            
              | 362 | 
                      if ( grep( /FreeForm/, @{$available_backends} ) ) { | 
            
            
              | 363 | 
                          $template->param( ill_deprecated_backend_freeform_is_installed => 1 );  | 
            
            
              | 364 | 
                          $warnILLConfiguration = 1;  | 
            
            
              | 365 | 
                      }  | 
            
            
              | 366 | 
               | 
            
        
          | 360 | 
                  if ( !C4::Context->preference('ILLPartnerCode') ) { | 
          367 | 
                  if ( !C4::Context->preference('ILLPartnerCode') ) { | 
        
        
          | 361 | 
                      # partner code not defined  | 
          368 | 
                      # partner code not defined  | 
        
        
          | 362 | 
                      $template->param( ill_partner_code_not_defined => 1 );  | 
          369 | 
                      $template->param( ill_partner_code_not_defined => 1 );  |