|
Lines 495-502
sub is_suspended {
Link Here
|
| 495 |
|
495 |
|
| 496 |
my $cancel_hold = $hold->cancel( |
496 |
my $cancel_hold = $hold->cancel( |
| 497 |
{ |
497 |
{ |
| 498 |
[ charge_cancel_fee => 1||0, ] |
498 |
[ charge_cancel_fee => 1||0, ] |
| 499 |
[ cancellation_reason => $cancellation_reason, ] |
499 |
[ cancellation_reason => $cancellation_reason, ] |
|
|
500 |
[ notify_patron => 1||0, ] |
| 500 |
} |
501 |
} |
| 501 |
); |
502 |
); |
| 502 |
|
503 |
|
| 503 |
- |
|
|