|
Lines 424-431
sub is_suspended {
Link Here
|
| 424 |
|
424 |
|
| 425 |
my $cancel_hold = $hold->cancel( |
425 |
my $cancel_hold = $hold->cancel( |
| 426 |
{ |
426 |
{ |
| 427 |
[ charge_cancel_fee => 1||0, ] |
427 |
[ charge_cancel_fee => 1||0, ] |
| 428 |
[ cancellation_reason => $cancellation_reason, ] |
428 |
[ cancellation_reason => $cancellation_reason, ] |
|
|
429 |
[ notify_patron => 1||0, ] |
| 429 |
} |
430 |
} |
| 430 |
); |
431 |
); |
| 431 |
|
432 |
|
| 432 |
- |
|
|