koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mason James
Subject: [Koha-cvs] koha/barcodes label-item-search.pl
Date: Wed, 19 Apr 2006 04:55:50 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Mason James <address@hidden>    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) {
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]