From 4e83d1d20f7a86cb0949c23b8a853c8e03cb0c5f Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 11 Oct 2014 13:41:21 -0400 Subject: [PATCH] Get the pcrud method name correct. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.43.2