View | Details | Raw Unified | Return to bug 26282
Collapse All | Expand All

(-)a/Koha/Hold.pm (-2 / +2 lines)
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
- 

Return to bug 26282