Add a capture_time => undef limit to both change_title
APIs to prevent currently captured holds from being reset
when moving holds from one title to another.
More work is needed to prevent items currently in transit
from having their transits canceled.
Signed-off-by: Jason Boyer <JBoyer1@library.in.gov>
my $holds = $e->search_action_hold_request(
[
{
+ capture_time => undef,
cancel_time => undef,
fulfillment_time => undef,
hold_type => 'T',
my $holds = $e->search_action_hold_request(
[
{
+ capture_time => undef,
cancel_time => undef,
fulfillment_time => undef,
hold_type => 'T',