$bibid, now correctly $biblionumber.
authorsushi <sushi>
Wed, 19 Apr 2006 04:55:50 +0000 (04:55 +0000)
committersushi <sushi>
Wed, 19 Apr 2006 04:55:50 +0000 (04:55 +0000)
barcodes/label-item-search.pl

index eb6c330..da7674a 100755 (executable)
@@ -151,7 +151,7 @@ if ( $op eq "do_search" ) {
             #warn $i;
             #warn Dumper $results->[$i]{'bibid'};
         my $type         = 'intra';
-        my @item_results = &ItemInfo( 0, $results->[$i]{'bibid'}, $type );
+        my @item_results = &ItemInfo( 0, $results->[$i]{'biblionumber'}, $type );
 
         foreach my $item (@item_results) {