From: Jason Stephenson Date: Sun, 5 Oct 2014 15:58:14 +0000 (-0400) Subject: Fix typo in function name in NCIP::ILS::Evergreen. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fa1a4aafdae833a146fc962496c1771457e6f4d5;p=NCIPServer.git Fix typo in function name in NCIP::ILS::Evergreen. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index d0c7077..23381e3 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2360,7 +2360,7 @@ metabib.full_rec. =cut -sub find_target_via_bibliographid_id { +sub find_target_via_bibliographic_id { my $self = shift; my @biblio_ids = @_;