]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add AcceptItem processing to NCIP::ILS::Evergreen.
authorJason Stephenson <jason@sigio.com>
Sun, 7 Sep 2014 20:45:46 +0000 (16:45 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 7 Sep 2014 20:55:02 +0000 (16:55 -0400)
commit1f447ef4d44713872a879429abff1a27e718b310
treea2463756f2f0cb7ff951d462688e55957be66bc5
parenteacdea106ef24b370b4cac485f4f438d90f4b3f8
Add AcceptItem processing to NCIP::ILS::Evergreen.

This necessitated the addition of several methods to
NCIP::ILS::Evergreen for looking up users, copies, etc., as well
as for the placing of holds, and checking for some errors. Most
of the new methods will be useful for other message handlers.
The LookupUser handler was also modified to use the new methods
where appropriate.

AcceptItemResonse.inc was also modified to take into account the
new way of passing data to templates. NCIP::ILS::Koha has yet to
be modified to use these new methods.

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