| Lines 141-147
          
      
      
        Link Here | 
        
          | 141 |                 <th>Holds per record (count)</th> | 141 |                 <th>Holds per record (count)</th> | 
        
          | 142 |                 <th>On shelf holds allowed</th> | 142 |                 <th>On shelf holds allowed</th> | 
        
          | 143 |                 <th>OPAC item level holds</th> | 143 |                 <th>OPAC item level holds</th> | 
            
              |  |  | 144 |                 [% IF Koha.Preference('ArticleRequests') %] | 
        
          | 144 |                 <th>Article requests</th> | 145 |                 <th>Article requests</th> | 
            
              |  |  | 146 |                 [% END %] | 
        
          | 145 |                 <th>Rental discount (%)</th> | 147 |                 <th>Rental discount (%)</th> | 
        
          | 146 |                 [% IF Koha.Preference('UseRecalls') %] | 148 |                 [% IF Koha.Preference('UseRecalls') %] | 
        
          | 147 |                     <th>Recalls allowed (total)</th> | 149 |                     <th>Recalls allowed (total)</th> | 
  
    | Lines 361-366
          
      
      
        Link Here | 
        
          | 361 |                                             <span>Don't allow</span> | 363 |                                             <span>Don't allow</span> | 
        
          | 362 |                                         [% END %] | 364 |                                         [% END %] | 
        
          | 363 |                                     </td> | 365 |                                     </td> | 
            
              |  |  | 366 |                                     [% IF Koha.Preference('ArticleRequests') %] | 
        
          | 364 |                                     <td> | 367 |                                     <td> | 
        
          | 365 |                                         [% IF article_requests == 'no' %] | 368 |                                         [% IF article_requests == 'no' %] | 
        
          | 366 |                                             <span>No</span> | 369 |                                             <span>No</span> | 
  
    | Lines 372-377
          
      
      
        Link Here | 
        
          | 372 |                                             <span>Item only</span> | 375 |                                             <span>Item only</span> | 
        
          | 373 |                                         [% END %] | 376 |                                         [% END %] | 
        
          | 374 |                                     </td> | 377 |                                     </td> | 
            
              |  |  | 378 |                                     [% END %] | 
        
          | 375 |                                     <td>[% rentaldiscount | html %]</td> | 379 |                                     <td>[% rentaldiscount | html %]</td> | 
        
          | 376 |                                     [% IF Koha.Preference('UseRecalls') %] | 380 |                                     [% IF Koha.Preference('UseRecalls') %] | 
        
          | 377 |                                         <td>[% recalls_allowed | html %]</td> | 381 |                                         <td>[% recalls_allowed | html %]</td> | 
  
    | Lines 507-512
          
      
      
        Link Here | 
        
          | 507 |                             <option value="F">Force</option> | 511 |                             <option value="F">Force</option> | 
        
          | 508 |                         </select> | 512 |                         </select> | 
        
          | 509 |                     </td> | 513 |                     </td> | 
            
              |  |  | 514 |                     [% IF Koha.Preference('ArticleRequests') %] | 
        
          | 510 |                     <td> | 515 |                     <td> | 
        
          | 511 |                         <select id="article_requests" name="article_requests"> | 516 |                         <select id="article_requests" name="article_requests"> | 
        
          | 512 |                             <option value="no">No</option> | 517 |                             <option value="no">No</option> | 
  
    | Lines 515-520
          
      
      
        Link Here | 
        
          | 515 |                             <option value="item_only">Item only</option> | 520 |                             <option value="item_only">Item only</option> | 
        
          | 516 |                         </select> | 521 |                         </select> | 
        
          | 517 |                     </td> | 522 |                     </td> | 
            
              |  |  | 523 |                     [% END %] | 
        
          | 518 |                     <td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> | 524 |                     <td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> | 
        
          | 519 |                     [% IF Koha.Preference('UseRecalls') %] | 525 |                     [% IF Koha.Preference('UseRecalls') %] | 
        
          | 520 |                         <td><input type="text" name="recalls_allowed" id="recalls_allowed" size="3"></td> | 526 |                         <td><input type="text" name="recalls_allowed" id="recalls_allowed" size="3"></td> | 
  
    | Lines 573-579
          
      
      
        Link Here | 
        
          | 573 |                       <th>Holds per record (count)</th> | 579 |                       <th>Holds per record (count)</th> | 
        
          | 574 |                       <th>On shelf holds allowed</th> | 580 |                       <th>On shelf holds allowed</th> | 
        
          | 575 |                       <th>OPAC item level holds</th> | 581 |                       <th>OPAC item level holds</th> | 
            
              |  |  | 582 |                       [% IF Koha.Preference('ArticleRequests') %] | 
        
          | 576 |                       <th>Article requests</th> | 583 |                       <th>Article requests</th> | 
            
              |  |  | 584 |                       [% END %] | 
        
          | 577 |                       <th>Rental discount (%)</th> | 585 |                       <th>Rental discount (%)</th> | 
        
          | 578 |                       [% IF Koha.Preference('UseRecalls') %] | 586 |                       [% IF Koha.Preference('UseRecalls') %] | 
        
          | 579 |                         <th>Recalls allowed (total)</th> | 587 |                         <th>Recalls allowed (total)</th> | 
            
              | 580 | -  |  |  |