From 844d43342997bc84256f475de29eff3e6ce57261 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 5 Oct 2014 12:18:34 -0400 Subject: [PATCH] Fix typo on line 2380 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 1fda3cc..df9d6cc 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2378,7 +2378,7 @@ sub find_target_via_bibliographic_id { # First, let's look for a SYSNUMBER: my ($idobj) = grep - { $_->{BibligraphicRecordIdentifierCode} eq 'SYSNUMBER' || $_->{BibliographicItemIdentifierCode} eq 'SYSNUMBER' + { $_->{BibliographicRecordIdentifierCode} eq 'SYSNUMBER' || $_->{BibliographicItemIdentifierCode} eq 'SYSNUMBER' || $_->{AgencyId} } @biblio_ids; if ($idobj) { -- 2.43.2