Patch from Warren Layton of NRCAN to roll back a bit of typo fixing that is not warre...
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 2 Mar 2010 18:03:18 +0000 (18:03 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 2 Mar 2010 18:03:18 +0000 (18:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15654 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index d90c926..d6050cd 100644 (file)
@@ -592,7 +592,7 @@ sub mk_env {
                        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 ) ;