Change savepoint name one last time
authorJason Stephenson <jason@sigio.com>
Sat, 8 Jan 2022 19:40:42 +0000 (14:40 -0500)
committerJason Stephenson <jason@sigio.com>
Sat, 8 Jan 2022 19:40:42 +0000 (14:40 -0500)
We should probably not use part of the auth token.

Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm

index 912f951..6436f79 100644 (file)
@@ -380,7 +380,7 @@ sub update_copy_inventory {
     return [0, 0, $e->die_event] unless $e->checkauth;
 
     my ($success,$failure) = (0,0);
-    my $spname = "aci_savepoint_" . substr($auth, 0, 8);
+    my $spname = "aci_update_savepoint";
     $e->xact_begin();
     my $copies = $$args{copy_list};
     foreach my $copyid (@$copies) {