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

(-)a/Koha/Hold.pm (-1 / +1 lines)
Lines 623-628 my $cancel_hold = $hold->cancel( Link Here
623
        [ charge_cancel_fee   => 1||0, ]
623
        [ charge_cancel_fee   => 1||0, ]
624
        [ cancellation_reason => $cancellation_reason, ]
624
        [ cancellation_reason => $cancellation_reason, ]
625
        [ skip_holds_queue    => 1||0 ]
625
        [ skip_holds_queue    => 1||0 ]
626
        [ notify_patron       => 1||0, ]
626
    }
627
    }
627
);
628
);
628
629
629
- 

Return to bug 26282