From dbce03ca1397640a67ca1b76d7f5d2ccd02e4d6f Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 6 Dec 2018 13:29:29 -0500 Subject: [PATCH] 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 --- examples/oils_ncip.xml.example | 6 ++++++ lib/NCIP/ILS/Evergreen.pm | 12 ++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/examples/oils_ncip.xml.example b/examples/oils_ncip.xml.example index 95b240d..abe3c2e 100644 --- a/examples/oils_ncip.xml.example +++ b/examples/oils_ncip.xml.example @@ -96,6 +96,12 @@ configuration load times and still have the group name as a reminder to the person that edits the configuration. --> + +