From: Chris Sharp Date: Tue, 31 Jan 2017 20:43:05 +0000 (-0500) Subject: Revert "Adding Bill Erickson's fix for endless open cstore transactions" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=64231be52415a00fe291b78e360f975244b09ffe;p=evergreen%2Fpines.git Revert "Adding Bill Erickson's fix for endless open cstore transactions" This reverts commit c585bfdedac4f2e35bcb0be2daae4a892f413f39. --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm index 31eacee6f8..bd85e387dd 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm @@ -456,7 +456,7 @@ sub update_state { return undef; } $log->info( "Update of event ".$e->id." suceeded" ); - $ok = $self->editor->commit if ($self->standalone); + $ok = $self->editor->xact_commit if ($self->standalone); } if ($ok) {