[open-ils-commits] r15654 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 2 13:03:21 EST 2010


Author: miker
Date: 2010-03-02 13:03:18 -0500 (Tue, 02 Mar 2010)
New Revision: 15654

Modified:
   branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
Patch from Warren Layton of NRCAN to roll back a bit of typo fixing that is not warrented in 1.6.0

Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2010-03-02 15:53:59 UTC (rev 15653)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2010-03-02 18:03:18 UTC (rev 15654)
@@ -592,7 +592,7 @@
 			unless $U->is_true($patron->card->active);
 	
 		my $expire = DateTime::Format::ISO8601->new->parse_datetime(
-			cleanse_ISO8601($patron->expire_date));
+			clense_ISO8601($patron->expire_date));
 	
 		$self->bail_on_events(OpenILS::Event->new('PATRON_ACCOUNT_EXPIRED'))
 			if( CORE::time > $expire->epoch ) ;



More information about the open-ils-commits mailing list