projects
/
working
/
NCIPServer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix "thinko" in ILS->find_user_barcode.
[working/NCIPServer.git]
/
lib
/
NCIP
/
ILS.pm
diff --git
a/lib/NCIP/ILS.pm
b/lib/NCIP/ILS.pm
index
544baa8
..
65309ea
100644
(file)
--- a/
lib/NCIP/ILS.pm
+++ b/
lib/NCIP/ILS.pm
@@
-341,8
+341,8
@@
sub find_user_barcode {
}
} else {
$authinput = $request->{$message}->{UserId};
- $field = 'UserIdentifierValue';
if ($authinput) {
+ $field = 'UserIdentifierValue';
if (ref $authinput ne 'ARRAY') {
$authinput = [$authinput];
}