From fd143f9d57542693c34ab3d21b19be865281c2b4 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 1 Oct 2014 20:32:43 -0400 Subject: [PATCH] Fix mistake in NCIP::ILS::Evergreen on line 924. 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 8a4abed..2ed969f 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -926,7 +926,7 @@ sub checkoutitem { 'open-ils.circ.checkout.full.override', $self->{session}->{authtoken}, $params - )->gather(1); + ); # We only look at the first one, since more than one usually means # failure. -- 2.43.2