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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 25 13:27:50 EST 2010


Author: miker
Date: 2010-01-25 13:27:46 -0500 (Mon, 25 Jan 2010)
New Revision: 15382

Modified:
   branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
Backporting r13249 at the request of Galen Charlton, just in case a 1.4.0.8 ever exists

Modified: branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2010-01-25 18:00:02 UTC (rev 15381)
+++ branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2010-01-25 18:27:46 UTC (rev 15382)
@@ -2393,7 +2393,7 @@
         $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;
     }
 



More information about the open-ils-commits mailing list