]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Fix ProblemDescription for ProblemDetail in NCIP::ILS::Evergreen.
authorJason Stephenson <jason@sigio.com>
Wed, 10 Sep 2014 12:37:22 +0000 (08:37 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 10 Sep 2014 12:37:22 +0000 (08:37 -0400)
commit90d0dbe73a375c34c41ee72eb7f469428657aaee
treeb10b19fdb6497507c7e6247e924b09b2a60b7c77
parentb9ed4a0ad59948275bbdf850b29aec7219e926bb
Fix ProblemDescription for ProblemDetail in NCIP::ILS::Evergreen.

This fixes a mistake in acceptitem when returning a Duplicate Item
problem. The ProblemDetail didn't show up in the response because
the constructor erroneously set ProblemDescription instead of
ProblemDetail.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm