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

(-)a/Koha/ILL/Request.pm (-2 / +1 lines)
Lines 1981-1987 sub send_staff_notice { Link Here
1981
    # Try and get an address to which to send staff notices
1981
    # Try and get an address to which to send staff notices
1982
    my $branch       = Koha::Libraries->find( $self->branchcode );
1982
    my $branch       = Koha::Libraries->find( $self->branchcode );
1983
    my $to_address   = $branch->inbound_ill_address;
1983
    my $to_address   = $branch->inbound_ill_address;
1984
    my $from_address = $branch->inbound_ill_address;
1984
    my $from_address = $branch->from_email_address;
1985
1985
1986
    my $params = {
1986
    my $params = {
1987
        letter                 => $letter,
1987
        letter                 => $letter,
1988
- 

Return to bug 41813