koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/opac opac-addbookbybiblionumber.pl [rel_2_2]


From: Ryan Higgins
Subject: [Koha-cvs] koha/opac opac-addbookbybiblionumber.pl [rel_2_2]
Date: Sun, 08 Apr 2007 16:56:33 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Ryan Higgins <rych>     07/04/08 16:56:33

Modified files:
        opac           : opac-addbookbybiblionumber.pl 

Log message:
        fix bulk add to virtualshelf

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-addbookbybiblionumber.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.8&r2=1.1.2.9

Patches:
Index: opac-addbookbybiblionumber.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -b -r1.1.2.8 -r1.1.2.9
--- opac-addbookbybiblionumber.pl       8 Mar 2007 15:38:34 -0000       1.1.2.8
+++ opac-addbookbybiblionumber.pl       8 Apr 2007 16:56:33 -0000       1.1.2.9
@@ -2,7 +2,7 @@
 #script to provide bookshelf management
 # WARNING: This file uses 4-character tabs!
 #
-# $Header: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v 1.1.2.8 
2007/03/08 15:38:34 rych Exp $
+# $Header: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v 1.1.2.9 
2007/04/08 16:56:33 rych Exp $
 #
 # Copyright 2000-2002 Katipo Communications
 #
@@ -61,7 +61,7 @@
    my @biblioloop;
 
     foreach $bibnum (@biblionumber) {
-            my  ( $bibliocount, @biblios )  = getbiblio($biblionumber[0]);
+            my  ( $bibliocount, @biblios )  = getbiblio($bibnum);
             push @biblioloop, {biblionumber => $bibnum , author => 
$biblios[0]->{'author'} , title => $biblios[0]->{'title'} };
     }
 
@@ -101,6 +101,9 @@
        output_html_with_http_headers $query, $cookie, $template->output;
 }
 # $Log: opac-addbookbybiblionumber.pl,v $
+# Revision 1.1.2.9  2007/04/08 16:56:33  rych
+# fix bulk add to virtualshelf
+#
 # Revision 1.1.2.8  2007/03/08 15:38:34  rych
 # Add multiple bibs to virtual shelf,
 # Clone 'add checked items to bookbag' button for virt shelf.




reply via email to

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