From: Jason Stephenson Date: Mon, 22 Sep 2014 17:24:51 +0000 (-0400) Subject: Fix typo in NCIP::ILS::Evergreen. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3822ff2c35f0d7c3e5fe9eb10e036f43ffd52d0d;p=working%2FNCIPServer.git Fix typo in NCIP::ILS::Evergreen. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index bb838b0..dddf181 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -873,7 +873,7 @@ sub checkoutitem { # Check if the copy can circulate. unless ($self->copy_can_circulate($copy)) { - $reponse->problem( + $response->problem( NCIP::Problem->new( { ProblemType => 'Item Does Not Circulate',