projects
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf910e9
)
Do for renewitem what was done for checkoutitem in previous commit.
author
Jason Stephenson
<jason@sigio.com>
Sat, 11 Oct 2014 20:32:37 +0000
(16:32 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sat, 11 Oct 2014 20:32:37 +0000
(16: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
01f1ea4
..
886ba9a
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-635,7
+635,7
@@
sub renewitem {
# user is not allowed to renew this item, without getting into
# details.
my $params = {
- copy
=> $copy
,
+ copy
_id => $copy->id()
,
patron_id => $user->id(),
sip_renewal => 1
};