Revert "Adding Bill Erickson's fix for endless open cstore transactions"
authorChris Sharp <csharp@georgialibraries.org>
Tue, 31 Jan 2017 20:43:05 +0000 (15:43 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 26 May 2017 13:25:06 +0000 (09:25 -0400)
This reverts commit c585bfdedac4f2e35bcb0be2daae4a892f413f39.

Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm

index 31eacee..bd85e38 100644 (file)
@@ -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) {