| Lines 288-306
          if ($barcode) {
      
      
        Link Here | 
        
          | 288 |  | 288 |  | 
        
          | 289 |         my $biblio = $item->biblio; | 289 |         my $biblio = $item->biblio; | 
        
          | 290 |         $template->param( | 290 |         $template->param( | 
            
              |  |  | 291 |             item             => $item, | 
            
              | 292 |             issue            => $issue, | 
            
              | 293 |             borrower         => $borrower, | 
            
              | 294 |  | 
            
              | 295 |             additional_materials => $materials, | 
            
              | 296 |             returnbranch     => $returnbranch, | 
            
              | 297 |  | 
        
          | 291 |             title            => $biblio->title, | 298 |             title            => $biblio->title, | 
        
          | 292 |             homebranch       => $item->homebranch, | 299 |             homebranch       => $item->homebranch, | 
        
          | 293 |             holdingbranch    => $item->holdingbranch, | 300 |             holdingbranch    => $item->holdingbranch, | 
            
              | 294 |             returnbranch     => $returnbranch, |  |  | 
        
          | 295 |             author           => $biblio->author, | 301 |             author           => $biblio->author, | 
        
          | 296 |             itembarcode      => $item->barcode, | 302 |             itembarcode      => $item->barcode, | 
        
          | 297 |             itemtype         => $item->effective_itemtype, | 303 |             itemtype         => $item->effective_itemtype, | 
        
          | 298 |             ccode            => $item->ccode, | 304 |             ccode            => $item->ccode, | 
        
          | 299 |             itembiblionumber => $biblio->biblionumber, | 305 |             itembiblionumber => $biblio->biblionumber, | 
        
          | 300 |             biblionumber     => $biblio->biblionumber, | 306 |             biblionumber     => $biblio->biblionumber, | 
            
              | 301 |             borrower         => $borrower, |  |  | 
            
              | 302 |             additional_materials => $materials, | 
            
              | 303 |             issue            => $issue, | 
        
          | 304 |         ); | 307 |         ); | 
        
          | 305 |     } # FIXME else we should not call AddReturn but set BadBarcode directly instead | 308 |     } # FIXME else we should not call AddReturn but set BadBarcode directly instead | 
        
          | 306 |  | 309 |  |