| Lines 120-133
          
      
      
        Link Here | 
        
          | 120 |                 </ol> | 120 |                 </ol> | 
        
          | 121 |             </fieldset> | 121 |             </fieldset> | 
        
          | 122 |        [% END %] | 122 |        [% END %] | 
            
              | 123 |  |  |  | 
            
              | 124 |       <input type="hidden" name="op" value="cud-show" /> | 
        
          | 125 |     </div> | 123 |     </div> | 
        
          | 126 |  | 124 |  | 
        
          | 127 |     <fieldset class="action"> | 125 |     <fieldset class="action"> | 
        
          | 128 |         <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" /> | 126 |         <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" /> | 
        
          | 129 |         <input type="hidden" name="branch" value="[% branch | html %]" /> | 127 |         <input type="hidden" name="branch" value="[% branch | html %]" /> | 
        
          | 130 |         <input type="hidden" name="batch" value="1" /> | 128 |         <input type="hidden" name="batch" value="1" /> | 
            
              |  |  | 129 |         <input type="hidden" name="op" value="cud-checkout" /> | 
        
          | 131 |         <input type="submit" class="btn btn-primary" value="Check out" /> | 130 |         <input type="submit" class="btn btn-primary" value="Check out" /> | 
        
          | 132 |     </fieldset> | 131 |     </fieldset> | 
        
          | 133 |   </form> | 132 |   </form> | 
            
              | 134 | -  |  |  |