[Koha-cvs] koha/C4 Reserves2.pm [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Thu Mar 20 17:33:08 CET 2008


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	08/03/20 16:33:08

Modified files:
	C4             : Reserves2.pm 

Log message:
	Bugfix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Reserves2.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.38.4.8&r2=1.38.4.9

Patches:
Index: Reserves2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Reserves2.pm,v
retrieving revision 1.38.4.8
retrieving revision 1.38.4.9
diff -u -b -r1.38.4.8 -r1.38.4.9
--- Reserves2.pm	20 Mar 2008 16:09:44 -0000	1.38.4.8
+++ Reserves2.pm	20 Mar 2008 16:33:07 -0000	1.38.4.9
@@ -3,7 +3,7 @@
 
 package C4::Reserves2;
 
-# $Id: Reserves2.pm,v 1.38.4.8 2008/03/20 16:09:44 kylemhall Exp $
+# $Id: Reserves2.pm,v 1.38.4.9 2008/03/20 16:33:07 kylemhall Exp $
 
 # Copyright 2000-2002 Katipo Communications
 # Copyright 2007 Liblime
@@ -109,7 +109,7 @@
     my $sth = $dbh->prepare(
         "UPDATE reserves SET priority = ?, cancellationdate = CURRENT_DATE()
          WHERE expirationDate IS NOT NULL 
-         AND exirationDate != '0000-00-00'
+         AND expirationDate != '0000-00-00'
          AND expirationDate <= CURRENT_DATE()"
     );
                





More information about the Koha-cvs mailing list