From 5360e4a87f10aa67b807a86bf4226fc86696b3ff Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 14 Sep 2014 11:39:05 -0400 Subject: [PATCH] Fix typo in NCIP::ILS::Evergreen->checkinitem(). Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 90b89c9..96e5410 100644 --- 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->ProblemValue($user_idfield); + $problem->ProblemElement($user_idfield); } elsif (!$problem->ProblemElement()) { $problem->ProblemElement($item_idfield); } -- 2.11.0