| Lines 25-31
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 25 |     <form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post"> | 25 |     <form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post"> | 
        
          | 26 |     [% IF ( CircAutocompl ) %] | 26 |     [% IF ( CircAutocompl ) %] | 
        
          | 27 |     <div class="autocomplete"> | 27 |     <div class="autocomplete"> | 
            
              | 28 |             <div id="borrowerautocomplete" class="autocomplete"> |  |  | 
        
          | 29 |                 <input autocomplete="off" id="findborrower" name="findborrower" size="40" class="focus" type="text" /> <input id="autocsubmit" type="submit" class="submit" value="Submit" /> | 28 |                 <input autocomplete="off" id="findborrower" name="findborrower" size="40" class="focus" type="text" /> <input id="autocsubmit" type="submit" class="submit" value="Submit" /> | 
        
          | 30 |                 <input name="branch" value="[% branch %]" type="hidden" /> | 29 |                 <input name="branch" value="[% branch %]" type="hidden" /> | 
        
          | 31 |                 <input name="printer" value="" type="hidden" /> | 30 |                 <input name="printer" value="" type="hidden" /> | 
  
    | Lines 33-39
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 33 |                 <input type="hidden" name="duedatespec" value="[% duedatespec %]" /> | 32 |                 <input type="hidden" name="duedatespec" value="[% duedatespec %]" /> | 
        
          | 34 |                 <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> | 33 |                 <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> | 
        
          | 35 |             [% END %] | 34 |             [% END %] | 
            
              | 36 |             </div> |  |  | 
        
          | 37 |         </div> | 35 |         </div> | 
        
          | 38 | 	[% ELSE %] | 36 | 	[% ELSE %] | 
        
          | 39 |             <input id="findborrower" name="findborrower" size="40" class="focus" type="text" /> | 37 |             <input id="findborrower" name="findborrower" size="40" class="focus" type="text" /> | 
            
              | 40 | -  |  |  |