From 581b2dcb5ca7b5a012d4cd99e768000f2d48918a Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 11 May 2006 16:30:38 +0000 Subject: [PATCH] committing xact git-svn-id: svn://svn.open-ils.org/ILS/trunk@4245 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index 8be05f0400..bba8038ad3 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1888,6 +1888,7 @@ sub register_workstation { $ws->owning_lib($owner); $ws->name($name); $e->create_actor_workstation($ws) or return $e->event; + $e->finish; return $ws->id; # note: editor sets the id on the new object for us } -- 2.43.2