From: miker Date: Tue, 2 Mar 2010 18:03:18 +0000 (+0000) Subject: Patch from Warren Layton of NRCAN to roll back a bit of typo fixing that is not warre... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b1a22fcdb44a3aa778e779005cf5658833e772b0;p=Evergreen.git Patch from Warren Layton of NRCAN to roll back a bit of typo fixing that is not warrented in 1.6.0 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15654 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm index d90c9266a5..d6050cdd3a 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm @@ -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 ) ;