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

(-)a/Koha/Hold.pm (-2 / +1 lines)
Lines 738-744 sub cancel { Link Here
738
                }, undef, $self->id
738
                }, undef, $self->id
739
            );
739
            );
740
740
741
            if ( $params->{cancellation_reason} && $params->{notify_patron} ) {
741
            if ( $params->{notify_patron} ) {
742
                my $letter = C4::Letters::GetPreparedLetter(
742
                my $letter = C4::Letters::GetPreparedLetter(
743
                    module                 => 'reserves',
743
                    module                 => 'reserves',
744
                    letter_code            => 'HOLD_CANCELLATION',
744
                    letter_code            => 'HOLD_CANCELLATION',
745
- 

Return to bug 26282