From: miker Date: Mon, 25 Jan 2010 18:27:46 +0000 (+0000) Subject: Backporting r13249 at the request of Galen Charlton, just in case a 1.4.0.8 ever... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=41542a6f8da6fa6fed74986dadd74141d809b2a5;p=Evergreen.git Backporting r13249 at the request of Galen Charlton, just in case a 1.4.0.8 ever exists git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@15382 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 ac87ccaba7..d4d9f84427 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm @@ -2393,7 +2393,7 @@ sub run_renew_permit { $runner->load($self->circ_permit_renew); my $result = $runner->run or throw OpenSRF::EX::ERROR ("Circ Permit Renew Script Died: $@"); - my $events = $result->{events}; + $events = $result->{events}; $self->mk_script_runner; }