From: Jason Stephenson Date: Sat, 11 Oct 2014 16:38:44 +0000 (-0400) Subject: Fix typo on line 2748 of NCIP::ILS::Evergreen. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a44961f04ede856e094b3aca3ccf942519486ee5;p=working%2FNCIPServer.git Fix typo on line 2748 of NCIP::ILS::Evergreen. Signed-off-by: Jason Stephenson --- 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()}