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:
9b7f0dc
)
Fix a typo in previous commit.
author
Jason Stephenson
<jason@sigio.com>
Mon, 22 Sep 2014 19:44:30 +0000
(15:44 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Mon, 22 Sep 2014 19:44:30 +0000
(15:44 -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
a1aa64f
..
153875a
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-1049,7
+1049,7
@@
sub requestitem {
if (ref($biblio_id) eq 'NCIP::Item::BibliographicRecordId') {
$bibid = $biblio_id->BibliographicRecordIdentifier();
} else {
- $bibid = $bilio_id->BibliographicItemIdentifier();
+ $bibid = $bi
b
lio_id->BibliographicItemIdentifier();
}
$bre = $self->retrieve_biblio_record_entry($bibid) if ($bibid);
undef($bre) if ($bre && $U->is_true($bre->deleted()));