projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1d60dcd
)
Fix an oops in NCIP::ILS::Evergreen.
author
Jason Stephenson
<jason@sigio.com>
Tue, 6 Jan 2015 23:28:07 +0000
(18:28 -0500)
committer
Jason Stephenson
<jason@sigio.com>
Tue, 6 Jan 2015 23:28:07 +0000
(18:28 -0500)
Forgot the service name on a simplereq call around line 800.
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
4abfe54
..
e6ef9ba
100644
(file)
--- 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()