From: Jason Stephenson Date: Thu, 2 Oct 2014 00:32:43 +0000 (-0400) Subject: Fix mistake in NCIP::ILS::Evergreen on line 924. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd143f9d57542693c34ab3d21b19be865281c2b4;p=NCIPServer.git Fix mistake in NCIP::ILS::Evergreen on line 924. Signed-off-by: Jason Stephenson --- 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.