From: Jason Stephenson Date: Sat, 8 Jan 2022 19:40:42 +0000 (-0500) Subject: Change savepoint name one last time X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df5ba30f06b4ec263444eab1eb9042718279e43f;p=working%2FEvergreen.git Change savepoint name one last time We should probably not use part of the auth token. --- 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) {