]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add AuthenticationInput checks for more messages in NCIP::ILS.
authorJason Stephenson <jason@sigio.com>
Sun, 14 Sep 2014 17:45:35 +0000 (13:45 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 14 Sep 2014 17:45:35 +0000 (13:45 -0400)
commitfd568e74beb69e28f3bd426c46ed1130aef183e3
tree6bb8c09937e4839fd83b451b26d9b99a57e7f6dc
parentb68ebd45180f1defb175760e120c335c88cf4577
Add AuthenticationInput checks for more messages in NCIP::ILS.

We add the AUTHENTICATIONINPUT_MESSAGES constant to hold a list of
messages that may have AuthenticationInput set, and then we check
if our message is in the list when trying to find a user barcode
and the UserId field was not present.

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