Fix typo in NCIP::ILS::Evergreen->checkinitem().
authorJason Stephenson <jason@sigio.com>
Sun, 14 Sep 2014 15:39:05 +0000 (11:39 -0400)
committerJason 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

index 90b89c9..96e5410 100644 (file)
@@ -563,7 +563,7 @@ sub checkinitem {
         # We need to fill in some information, however.
         if (!$problem->ProblemValue() && !$problem->ProblemElement()) {
             $problem->ProblemValue($user_barcode);
-            $problem->ProblemValue($user_idfield);
+            $problem->ProblemElement($user_idfield);
         } elsif (!$problem->ProblemElement()) {
             $problem->ProblemElement($item_idfield);
         }