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:49:05 +0000

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

Modified files:
        C4/Circulation : Circ2.pm 

Log message:
        now ordering branchreserves by waiting-date for better lisibility

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.28&r2=1.114.2.29

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.114.2.28
retrieving revision 1.114.2.29
diff -u -b -r1.114.2.28 -r1.114.2.29
--- Circ2.pm    8 Jan 2007 16:35:46 -0000       1.114.2.28
+++ Circ2.pm    8 Jan 2007 16:49:04 -0000       1.114.2.29
@@ -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.28 2007/01/08 16:35:46 alaurin Exp $
+# $Id: Circ2.pm,v 1.114.2.29 2007/01/08 16:49:04 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.28 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.114.2.29 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 
@@ -2824,7 +2824,7 @@
             AND cancellationdate IS NULL 
             AND found='W' 
             AND branchcode=?
-        ORDER BY reservedate" );
+        ORDER BY waitingdate" );
     $sth->execute($frombranch);
     my @transreserv;
     my $i = 0;




reply via email to

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