]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add creation of hold notes in NCIP::ILS::Evergreen.
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 27 Oct 2015 16:32:46 +0000 (12:32 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 27 Oct 2015 18:30:56 +0000 (14:30 -0400)
commita5de8ec8c9b1225ceb463034c246b92c055e61a3
tree073c126f1c005ca218baead9f7e418e71b55cf9d
parente9da70f2d20024a709ae79f45bb3c380a90e6044
Add creation of hold notes in NCIP::ILS::Evergreen.

We'll use the hold notes to store the RequestIdentifierValue that
we're given in the RequestItem and AcceptItem messages.  We'll use
that note to find the appropriate hold for cancellation with the
CancelRequestItem message, later.

NOTE: This commit requires that the UPDATE_HOLD permission be granted
to the NCIPServer staff user at the consortium level, i.e. depth 0.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
lib/NCIP/ILS/Evergreen.pm