]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Use dummy call number in NCIP::ILS::Evergreen->acceptitem.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 2 Dec 2015 18:32:19 +0000 (13:32 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 4 Dec 2015 14:49:05 +0000 (09:49 -0500)
commitf4ae5845f3919c79ce46d21cc9dd2ac49d4683bd
tree34224380a9f4ab8663729d77a10579bf39935d16
parent8abcf7cd2af8e89ab32207f66e8021df6a729973
Use dummy call number in NCIP::ILS::Evergreen->acceptitem.

We have received an AcceptItem message with a missing call number
for the incoming copy.  This prevents Evergreen from accepting
the item because Evergreen needs a call number to link the new
copy to the new bibliographic record.  This commit will use
either the FromAgencyId and RequestId concatenated or the copy
barcode as the call number when no call number is provided.

This may not be an issue with the use precats option.  However,
there are still issues with precats in Evergreen, so use of that
option is strongly discouraged.

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