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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 27 15:22:07 EDT 2009


Author: miker
Date: 2009-05-27 15:22:03 -0400 (Wed, 27 May 2009)
New Revision: 13250

Modified:
   branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
silent failure regression in renew due to refactoring; spotted by Bill Ott of GRPL

Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2009-05-27 19:21:28 UTC (rev 13249)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2009-05-27 19:22:03 UTC (rev 13250)
@@ -2400,7 +2400,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};
     }
 
     $logger->activity("ciculator: circ_permit_renew for user ".



More information about the open-ils-commits mailing list