From 7e1187d2c1190a4a284b754a252329fafc5ccfd8 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 11 Oct 2014 14:32:53 -0400 Subject: [PATCH] Fix another typo in 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 9e951a6..7f71e51 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -1482,7 +1482,7 @@ sub handle_item_elements { $details = $self->retrieve_copy_details_by_barcode($copy->barcode()) unless($details); $description = NCIP::Item::BibliographicDescription->new(); $description->Title($details->{mvr}->title()); - $description->Authort($details->{mvr}->author()); + $description->Author($details->{mvr}->author()); $description->BibliographicRecordId( NCIP::Item::BibliographicRecordId->new( { -- 2.43.2