From: Jason Stephenson Date: Sun, 14 Sep 2014 15:39:05 +0000 (-0400) Subject: Fix typo in NCIP::ILS::Evergreen->checkinitem(). X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5360e4a87f10aa67b807a86bf4226fc86696b3ff;p=working%2FNCIPServer.git Fix typo in NCIP::ILS::Evergreen->checkinitem(). Signed-off-by: Jason Stephenson --- 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); }