| 
      
            Lines 465-471
          if ($op eq "additem") {
      
      
        Link Here
      
     | 
  
        
          | 465 | 
              $item->barcode(barcodedecode($item->barcode));  | 
          465 | 
              $item->barcode(barcodedecode($item->barcode));  | 
        
        
          | 466 | 
           | 
          466 | 
           | 
        
        
          | 467 | 
              # If we have to add or add & duplicate, we add the item  | 
          467 | 
              # If we have to add or add & duplicate, we add the item  | 
        
          
            
              | 468 | 
                  if ( $add_submit || $prefillitem) { | 
              468 | 
                  if ( $add_submit || $add_duplicate_submit || $prefillitem) { | 
            
        
          | 469 | 
           | 
          469 | 
           | 
        
        
          | 470 | 
                  # check for item barcode # being unique  | 
          470 | 
                  # check for item barcode # being unique  | 
        
        
          | 471 | 
                  if ( defined $item->barcode  | 
          471 | 
                  if ( defined $item->barcode  | 
        
            
              | 472 | 
              -   | 
               | 
               |