[Koha-cvs] koha/opac opac-basket.pl [rel_3_0]

paul poulain paul at koha-fr.org
Fri Dec 22 18:12:34 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/12/22 17:12:34

Modified files:
	opac           : opac-basket.pl 

Log message:
	modifying some OPAC shown datas according to SAN-OP suggestions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-basket.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.8.2.4&r2=1.8.2.5

Patches:
Index: opac-basket.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-basket.pl,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -b -r1.8.2.4 -r1.8.2.5
--- opac-basket.pl	15 Dec 2006 17:41:48 -0000	1.8.2.4
+++ opac-basket.pl	22 Dec 2006 17:12:34 -0000	1.8.2.5
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: opac-basket.pl,v 1.8.2.4 2006/12/15 17:41:48 toins Exp $
+# $Id: opac-basket.pl,v 1.8.2.5 2006/12/22 17:12:34 tipaul Exp $
 
 use strict;
 require Exporter;
@@ -56,7 +56,7 @@
     my $marcnotesarray   = GetMarcNotes( $record, $marcflavour );
     my $marcauthorsarray = GetMarcAuthors( $record, $marcflavour );
     my $marcsubjctsarray = GetMarcSubjects( $record, $marcflavour );
-    my @items            = &GetItemsInfo( undef, $biblionumber, 'opac' );
+    my @items            = &GetItemsInfo( $biblionumber, 'opac' );
 
     if ( $num % 2 == 1 ) {
         $dat->{'even'} = 1;





More information about the Koha-cvs mailing list