]> git.evergreen-ils.org Git - NCIPServer.git/commit
Fix bug with title hold in NCIP::ILS::Evergreen->place_hold.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 22 Oct 2015 13:13:39 +0000 (09:13 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Thu, 22 Oct 2015 13:29:03 +0000 (09:29 -0400)
commit9a1797691b70678fecab49de3aa8e0503bf41a7d
tree7d9b6611e89121f8092a180093f2d8995e92da1a
parent8332630fe1241cbe60e5aa377680cb81fae9060f
Fix bug with title hold in NCIP::ILS::Evergreen->place_hold.

Add the selection_ou and selection depth to the parameters when
checking if the title hold is possible.  This will prevent the
placement of holds that are basically unfillable.

TODO: There is quite a bit of code here that could be simplified
by using test and create instead of separate is possible and
create calls.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
lib/NCIP/ILS/Evergreen.pm