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

(-)a/Koha/Hold.pm (-1 / +1 lines)
Lines 695-700 my $cancel_hold = $hold->cancel( Link Here
695
        [ charge_cancel_fee   => 1||0, ]
695
        [ charge_cancel_fee   => 1||0, ]
696
        [ cancellation_reason => $cancellation_reason, ]
696
        [ cancellation_reason => $cancellation_reason, ]
697
        [ skip_holds_queue    => 1||0 ]
697
        [ skip_holds_queue    => 1||0 ]
698
        [ notify_patron       => 1||0, ]
698
    }
699
    }
699
);
700
);
700
701
701
- 

Return to bug 26282