koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]


From: LAURIN arnaud
Subject: [Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]
Date: Mon, 08 Jan 2007 16:35:47 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     LAURIN arnaud <alaurin> 07/01/08 16:35:47

Modified files:
        C4/Circulation : Circ2.pm 

Log message:
        bugfixing :
        
        correting the link for GetWaitingReserves

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.114.2.27&r2=1.114.2.28

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.114.2.27
retrieving revision 1.114.2.28
diff -u -b -r1.114.2.27 -r1.114.2.28
--- Circ2.pm    4 Jan 2007 13:10:39 -0000       1.114.2.27
+++ Circ2.pm    8 Jan 2007 16:35:46 -0000       1.114.2.28
@@ -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: Circ2.pm,v 1.114.2.27 2007/01/04 13:10:39 tipaul Exp $
+# $Id: Circ2.pm,v 1.114.2.28 2007/01/08 16:35:46 alaurin Exp $
 
 use strict;
 require Exporter;
@@ -40,7 +40,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.114.2.27 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.114.2.28 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 
@@ -1911,7 +1911,7 @@
         $flags{'ODUES'} = \%flaginfo;
     }
     my $itemswaiting =
-      GetWaitingReserves( $patroninformation->{'borrowernumber'} );
+      C4::Reserves2::GetWaitingReserves( 
$patroninformation->{'borrowernumber'} );
     my $nowaiting = scalar @$itemswaiting;
     if ( $nowaiting > 0 ) {
         my %flaginfo;




reply via email to

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