From: Jason Stephenson Date: Tue, 6 Jan 2015 23:28:07 +0000 (-0500) Subject: Fix an oops in NCIP::ILS::Evergreen. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d95eb864be3e5d855d1704a9297245e77b73bbe;p=working%2FNCIPServer.git Fix an oops in NCIP::ILS::Evergreen. Forgot the service name on a simplereq call around line 800. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 4abfe54..e6ef9ba 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -797,6 +797,7 @@ sub checkoutitem { # Check for the copy being in transit and receive or abort it. my $transit = $U->simplereq( + 'open-ils.circ', 'open-ils.circ.open_copy_transit.retrieve', $self->{session}->{authtoken}, $copy->id()