|
Lines 481-488
sub is_suspended {
Link Here
|
| 481 |
|
481 |
|
| 482 |
my $cancel_hold = $hold->cancel( |
482 |
my $cancel_hold = $hold->cancel( |
| 483 |
{ |
483 |
{ |
| 484 |
[ charge_cancel_fee => 1||0, ] |
484 |
[ charge_cancel_fee => 1||0, ] |
| 485 |
[ cancellation_reason => $cancellation_reason, ] |
485 |
[ cancellation_reason => $cancellation_reason, ] |
|
|
486 |
[ notify_patron => 1||0, ] |
| 486 |
} |
487 |
} |
| 487 |
); |
488 |
); |
| 488 |
|
489 |
|
| 489 |
- |
|
|