projects
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad1742
)
Fix an error in Evergreen.pm.
author
Jason Stephenson
<jason@sigio.com>
Sat, 23 Aug 2014 15:38:26 +0000
(11:38 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sat, 23 Aug 2014 15:38:26 +0000
(11:38 -0400)
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
bcdfe8c
..
61c7c0f
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-170,7
+170,7
@@
sub lookupuser {
# First, we'll look for name information.
if (grep {$_ eq 'Name Information'} @$elements) {
my $name = NCIP::StructuredPersonalUserName->new();
- $name->Surname($user->
given
_name());
+ $name->Surname($user->
family
_name());
$name->GivenName($user->first_given_name());
$name->Prefix($user->prefix());
$name->Suffix($user->suffix());