| Lines 186-192
          
      
      
        Link Here | 
        
          | 186 |                 func: createStatus | 186 |                 func: createStatus | 
        
          | 187 |             }, | 187 |             }, | 
        
          | 188 |             biblio_id: { | 188 |             biblio_id: { | 
          
            
              | 189 |                 name: _("Biblio ID") | 189 |                 name: _("Bibliograpic Record ID") | 
        
          | 190 |             }, | 190 |             }, | 
        
          | 191 |             library: { | 191 |             library: { | 
        
          | 192 |                 name: _("Library"), | 192 |                 name: _("Library"), | 
  
    | Lines 417-423
          
      
      
        Link Here | 
        
          | 417 |                                     <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber | html %]"> | 417 |                                     <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber | html %]"> | 
        
          | 418 |                                 </li> | 418 |                                 </li> | 
        
          | 419 |                                 <li class="biblio_id"> | 419 |                                 <li class="biblio_id"> | 
          
            
              | 420 |                                     <label for="biblio_id" class="biblio_id">Biblio ID:</label> | 420 |                                     <label for="biblio_id" class="biblio_id">Bibliographic Record ID:</label> | 
        
          | 421 |                                     <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id | html %]"> | 421 |                                     <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id | html %]"> | 
        
          | 422 |                                 </li> | 422 |                                 </li> | 
        
          | 423 |                                 <li class="branchcode"> | 423 |                                 <li class="branchcode"> | 
  
    | Lines 522-528
          
      
      
        Link Here | 
        
          | 522 |                                 </div> | 522 |                                 </div> | 
        
          | 523 |  | 523 |  | 
        
          | 524 |                                 <div class="biblio_id"> | 524 |                                 <div class="biblio_id"> | 
          
            
              | 525 |                                     <span class="label biblio_id">Biblio ID:</span> | 525 |                                     <span class="label biblio_id">Bibliographic record ID:</span> | 
        
          | 526 |                                     [% request.biblio_id || "N/A" | html %] | 526 |                                     [% request.biblio_id || "N/A" | html %] | 
        
          | 527 |                                 </div> | 527 |                                 </div> | 
        
          | 528 |                                 <div class="branchcode"> | 528 |                                 <div class="branchcode"> | 
  
    | Lines 606-612
          
      
      
        Link Here | 
        
          | 606 |                                     <th>Author</th> | 606 |                                     <th>Author</th> | 
        
          | 607 |                                     <th>Title</th> | 607 |                                     <th>Title</th> | 
        
          | 608 |                                     <th>Patron</th> | 608 |                                     <th>Patron</th> | 
          
            
              | 609 |                                     <th>Biblio ID</th> | 609 |                                     <th>Bibliographic Record ID</th> | 
        
          | 610 |                                     <th>Library</th> | 610 |                                     <th>Library</th> | 
        
          | 611 |                                     <th>Status</th> | 611 |                                     <th>Status</th> | 
        
          | 612 |                                     <th>Updated on</th> | 612 |                                     <th>Updated on</th> |