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

(-)a/Koha/ILL/Request.pm (-1 / +2 lines)
Lines 1776-1781 sub send_patron_notice { Link Here
1776
    );
1776
    );
1777
    my @transports = keys %{ $borrower_preferences->{transports} };
1777
    my @transports = keys %{ $borrower_preferences->{transports} };
1778
1778
1779
    return { result => { fail => [ 'email', 'sms' ], success => [] } } unless @transports;
1780
1779
    # Notice should come from the library where the request was placed,
1781
    # Notice should come from the library where the request was placed,
1780
    # not the patrons home library
1782
    # not the patrons home library
1781
    my $branch        = Koha::Libraries->find( $self->branchcode );
1783
    my $branch        = Koha::Libraries->find( $self->branchcode );
1782
- 

Return to bug 40171