[Koha-cvs] koha/barcodes label-item-search.pl

Mason James szrj1m at yahoo.com
Wed Apr 19 06:55:50 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Mason James <sushi at savannah.gnu.org>	06/04/19 04:55:50

Modified files:
	barcodes       : label-item-search.pl 

Log message:
	$bibid, now correctly $biblionumber.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/barcodes/label-item-search.pl.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: koha/barcodes/label-item-search.pl
diff -u koha/barcodes/label-item-search.pl:1.2 koha/barcodes/label-item-search.pl:1.3
--- koha/barcodes/label-item-search.pl:1.2	Tue Apr 11 20:56:14 2006
+++ koha/barcodes/label-item-search.pl	Wed Apr 19 04:55:50 2006
@@ -151,7 +151,7 @@
             #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) {
 





More information about the Koha-cvs mailing list