projects
/
working
/
NCIPServer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do for renewitem what was done for checkoutitem in previous commit.
[working/NCIPServer.git]
/
lib
/
NCIP
/
ILS
/
Evergreen.pm
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
};