From 1d95eb864be3e5d855d1704a9297245e77b73bbe Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 6 Jan 2015 18:28:07 -0500 Subject: [PATCH 1/1] Fix an oops in NCIP::ILS::Evergreen. Forgot the service name on a simplereq call around line 800. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 1 + 1 file changed, 1 insertion(+) 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() -- 2.43.2