]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
UserId does not repeat if present in a message.
authorJason Stephenson <jason@sigio.com>
Sun, 14 Sep 2014 17:30:59 +0000 (13:30 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 14 Sep 2014 17:30:59 +0000 (13:30 -0400)
commitb68ebd45180f1defb175760e120c335c88cf4577
treedafe974ad2458ec005dfdf162fd98289274cfc29
parent4ce5ab1657044d1b29b01f5d6614c4710ddcc48a
UserId does not repeat if present in a message.

Alter NCIP::ILS->find_user_barcode() to not make an array ref out
of UserId inputs. It is not supposed to repeat.

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