projects
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ce3b6
)
Fix a problem detected by perl -c....
author
Jason Stephenson
<jason@sigio.com>
Sat, 13 Sep 2014 15:11:25 +0000
(11:11 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sat, 13 Sep 2014 15:11:25 +0000
(11:11 -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
8ddaeaa
..
35d8e88
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-567,7
+567,7
@@
sub checkinitem {
# checked out to someone else.
my ($user_barcode, $user_idfield) = $self->find_user_barcode($request);
if (ref($user_barcode) ne 'NCIP::Problem') {
- my $user = $self->retrieve_user_by_bacode($
circ_
user_barcode);
+ my $user = $self->retrieve_user_by_bacode($user_barcode);
if ($user->id() != $circ_user->id()) {
$response->problem(
NCIP::Problem->new(