[open-ils-commits] r13276 - branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 1 15:47:23 EDT 2009
Author: erickson
Date: 2009-06-01 15:47:19 -0400 (Mon, 01 Jun 2009)
New Revision: 13276
Modified:
branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
old-school circ scripts require refreshed script runner on renewals
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-06-01 19:46:32 UTC (rev 13275)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm 2009-06-01 19:47:19 UTC (rev 13276)
@@ -2401,6 +2401,7 @@
my $result = $runner->run or
throw OpenSRF::EX::ERROR ("Circ Permit Renew Script Died: $@");
$events = $result->{events};
+ $self->mk_script_runner;
}
$logger->activity("ciculator: circ_permit_renew for user ".
@@ -2409,7 +2410,6 @@
$self->push_events(OpenILS::Event->new($_)) for @$events;
$logger->debug("circulator: re-creating script runner to be safe");
- #$self->mk_script_runner;
}
More information about the open-ils-commits
mailing list