Fix typo on line 2748 of NCIP::ILS::Evergreen.
authorJason Stephenson <jason@sigio.com>
Sat, 11 Oct 2014 16:38:44 +0000 (12:38 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 11 Oct 2014 16:38:44 +0000 (12:38 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm

index d46f913..c03f77b 100644 (file)
@@ -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()}