projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
291c9e5
)
Fix typo on line 2380 of NCIP::ILS::Evergreen.
author
Jason Stephenson
<jason@sigio.com>
Sun, 5 Oct 2014 16:18:34 +0000
(12:18 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sun, 5 Oct 2014 16:18:34 +0000
(12:18 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
1fda3cc
..
df9d6cc
100644
(file)
--- 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'
+ { $_->{Bibli
o
graphicRecordIdentifierCode} eq 'SYSNUMBER' || $_->{BibliographicItemIdentifierCode} eq 'SYSNUMBER'
|| $_->{AgencyId} }
@biblio_ids;
if ($idobj) {