From da7b8a1239732d711efa4603edc587a7e14a7522 Mon Sep 17 00:00:00 2001 From: sushi Date: Wed, 19 Apr 2006 04:55:50 +0000 Subject: [PATCH] $bibid, now correctly $biblionumber. --- barcodes/label-item-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcodes/label-item-search.pl b/barcodes/label-item-search.pl index eb6c330266..da7674a790 100755 --- a/barcodes/label-item-search.pl +++ b/barcodes/label-item-search.pl @@ -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) { -- 2.20.1