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:
606347e
)
Fix typo in NCIP::ILS::Evergreen->checkinitem().
author
Jason Stephenson
<jason@sigio.com>
Sun, 14 Sep 2014 15:39:05 +0000
(11:39 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sun, 14 Sep 2014 15:39:05 +0000
(11:39 -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
90b89c9
..
96e5410
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-563,7
+563,7
@@
sub checkinitem {
# We need to fill in some information, however.
if (!$problem->ProblemValue() && !$problem->ProblemElement()) {
$problem->ProblemValue($user_barcode);
- $problem->Problem
Value
($user_idfield);
+ $problem->Problem
Element
($user_idfield);
} elsif (!$problem->ProblemElement()) {
$problem->ProblemElement($item_idfield);
}