From: gmc Date: Tue, 10 Aug 2010 21:22:44 +0000 (+0000) Subject: bug 592777: allow authoritative version of open-ils.circ.retrieve X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2e8d01efb8e3d64b07ce13195c2b0733a81b0a52;p=Evergreen.git bug 592777: allow authoritative version of open-ils.circ.retrieve Part of a fix to avoid race condition that can occur when patron renews an item in the OPAC in a database that uses pgpool and replication, which sometimes results in an erroneous 'action_circulation_not_found' error. Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@17164 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm index b5c324bb79..5387cd34d5 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm @@ -47,6 +47,7 @@ sub initialize { __PACKAGE__->register_method( method => 'retrieve_circ', + authoritative => 1, api_name => 'open-ils.circ.retrieve', signature => q/ Retrieve a circ object by id