From df5ba30f06b4ec263444eab1eb9042718279e43f Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 8 Jan 2022 14:40:42 -0500 Subject: [PATCH] Change savepoint name one last time We should probably not use part of the auth token. --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm index 912f95106c..6436f79e4d 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm @@ -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) { -- 2.11.0