From 8a3ab0e6ea8c1e58248dec9f501a4fc800489fdf Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 22 Sep 2014 15:44:30 -0400 Subject: [PATCH] Fix a typo in previous commit. 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 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())); -- 2.43.2