From a44961f04ede856e094b3aca3ccf942519486ee5 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 11 Oct 2014 12:38:44 -0400 Subject: [PATCH] Fix typo on line 2748 of NCIP::ILS::Evergreen. 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 d46f913..c03f77b 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2745,7 +2745,7 @@ sub _call_number_search { # such with results ordered by proximity to the original location, # but I don't have time to implement that right now. my $acn = $U->simplereq( - 'open-ils.prcud', + 'open-ils.pcrud', 'open-ils.pcrud.search.acn', $self->{session}->{authtoken}, {record => $bibid, owning_lib => $location->id()} -- 2.11.0