From 48b6f941a8e9e0c3e66b4c6961633d94f6dcdf22 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 11 Oct 2014 16:32:37 -0400 Subject: [PATCH] Do for renewitem what was done for checkoutitem in previous commit. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 01f1ea4..886ba9a 100644 --- 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 }; -- 2.43.2