]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add option to send database id in LookupUser respones message. user/dyrcona/return-dbid-lookupuser
authorJason Stephenson <jason@sigio.com>
Thu, 6 Dec 2018 18:29:29 +0000 (13:29 -0500)
committerJason Stephenson <jason@sigio.com>
Thu, 6 Dec 2018 18:29:29 +0000 (13:29 -0500)
commitdbce03ca1397640a67ca1b76d7f5d2ccd02e4d6f
treef47cd3f11518f2aaeb3571d344c1154ca845820c
parent26320fd21bd4fa4b3321f09d89413905e2a95ac7
Add option to send database id in LookupUser respones message.

Autographics is planning to implement better tracking of users who
change barcodes or have more than one barcode.  To implement this
feature they have asked us to return the user's unique database id
instead of the barcode in the LookupUser response message.  They will
use the database id to track the user on their side, and use the
barcode that the patron entered in all other requests.

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