From: Jason Stephenson Date: Sat, 11 Oct 2014 17:41:21 +0000 (-0400) Subject: Get the pcrud method name correct. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4e83d1d20f7a86cb0949c23b8a853c8e03cb0c5f;p=working%2FNCIPServer.git Get the pcrud method name correct. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 7a6bff5..b9a15a4 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2339,7 +2339,7 @@ sub place_hold { # database to return it. $hold = $U->simplereq( 'open-ils.pcrud', - 'open-ils.pcrud.ahr.retrieve', + 'open-ils.pcrud.retrieve.ahr', $self->{session}->{authtoken}, $hold );