[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/opac opac-shelves.pl
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/opac opac-shelves.pl |
Date: |
Tue, 17 Apr 2007 08:52:19 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: paul poulain <tipaul> 07/04/17 08:52:19
Modified files:
opac : opac-shelves.pl
Log message:
circulation cleaning continued: bufixing
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-shelves.pl?cvsroot=koha&r1=1.10&r2=1.11
Patches:
Index: opac-shelves.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-shelves.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- opac-shelves.pl 4 Apr 2007 16:46:23 -0000 1.10
+++ opac-shelves.pl 17 Apr 2007 08:52:19 -0000 1.11
@@ -17,7 +17,7 @@
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA
-# $Id: opac-shelves.pl,v 1.10 2007/04/04 16:46:23 tipaul Exp $
+# $Id: opac-shelves.pl,v 1.11 2007/04/17 08:52:19 tipaul Exp $
=head1 NAME
@@ -86,7 +86,7 @@
if ( $query->param('modifyshelfcontents') ) {
my $shelfnumber = $query->param('viewshelf');
my $barcode = $query->param('addbarcode');
- my ($item) = GetItemFromBarcode($barcode);
+ my ($item) = GetItemnumberFromBarcode($barcode);
if ( ShelfPossibleAction( $loggedinuser, $shelfnumber, 'manage' ) ) {
AddToShelf( $item->{'itemnumber'}, $shelfnumber );
foreach ( $query->param ) {
@@ -229,6 +229,9 @@
#
# $Log: opac-shelves.pl,v $
+# Revision 1.11 2007/04/17 08:52:19 tipaul
+# circulation cleaning continued: bufixing
+#
# Revision 1.10 2007/04/04 16:46:23 tipaul
# HUGE COMMIT : code cleaning circulation.
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/opac opac-shelves.pl,
paul poulain <=