projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af02cfa
)
Fix typo in NCIP::ILS::Evergreen->lookupuser().
author
Jason Stephenson
<jason@sigio.com>
Thu, 25 Jun 2015 17:51:41 +0000
(13:51 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Thu, 25 Jun 2015 17:51:41 +0000
(13:51 -0400)
I had IdnetifierValue instead of IdentifierValue. Is that something
I fixed in place during testing and forgot to fix in the repo?
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
1de6737
..
80f0008
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-166,7
+166,7
@@
sub lookupuser {
# Use the user's main card as the UserId.
my $id = NCIP::User::Id->new({
UserIdentifierType => 'Barcode',
- UserId
ne
tifierValue => $user->card->barcode() || $barcode
+ UserId
en
tifierValue => $user->card->barcode() || $barcode
});
$userdata->UserId($id);