]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Fix checkoutitem in NCIP::ILS::Evergreen.
authorJason Stephenson <jason@sigio.com>
Sat, 11 Oct 2014 20:20:07 +0000 (16:20 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 11 Oct 2014 20:20:07 +0000 (16:20 -0400)
commitcf910e93972bd16601e43e775a08f68e62898ed6
treeaefc34558d3ae05d394d3a15343344a75c961529
parent7e1187d2c1190a4a284b754a252329fafc5ccfd8
Fix checkoutitem in NCIP::ILS::Evergreen.

Even though, the function documentation for checkout(.full) says
a copy object works, it apparently doesn't, so I switched to using
the copy_id parameter with $copy->id().

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm