From: Jason Stephenson Date: Mon, 22 Sep 2014 19:44:30 +0000 (-0400) Subject: Fix a typo in previous commit. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8a3ab0e6ea8c1e58248dec9f501a4fc800489fdf;p=working%2FNCIPServer.git Fix a typo in previous commit. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index a1aa64f..153875a 100644 --- 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 = $biblio_id->BibliographicItemIdentifier(); } $bre = $self->retrieve_biblio_record_entry($bibid) if ($bibid); undef($bre) if ($bre && $U->is_true($bre->deleted()));