projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08962b6
)
Fix mistake in NCIP::ILS::Evergreen on line 924.
author
Jason Stephenson
<jason@sigio.com>
Thu, 2 Oct 2014 00:32:43 +0000
(20:32 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Thu, 2 Oct 2014 00:32:43 +0000
(20:32 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
8a4abed
..
2ed969f
100644
(file)
--- 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.