Lines 245-251
sub advance {
Link Here
|
245 |
my $exception = $_; |
245 |
my $exception = $_; |
246 |
my $found_transfer = $_->transfer; |
246 |
my $found_transfer = $_->transfer; |
247 |
if ( $found_transfer->in_transit |
247 |
if ( $found_transfer->in_transit |
248 |
|| $found_transfer->reason eq 'Reserve' ) |
248 |
|| $found_transfer->reason eq 'Reserve' |
|
|
249 |
|| $found_transfer->reason eq 'RotatingCollection' ) |
249 |
{ |
250 |
{ |
250 |
return $item->request_transfer( |
251 |
return $item->request_transfer( |
251 |
{ |
252 |
{ |
252 |
- |
|
|