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

(-)a/opac/opac-reportproblem.pl (-2 / +1 lines)
Lines 109-115 if ( $op eq 'addreport' ) { Link Here
109
        }
109
        }
110
    );
110
    );
111
111
112
    my $from_address = $member->email || $member->emailpro || $member->B_email || $koha_admin;
112
    my $from_address = C4::Context->preference('KohaAdminEmailAddress');
113
    my $transport = 'email';
113
    my $transport = 'email';
114
114
115
    if ( $recipient eq 'admin' ) {
115
    if ( $recipient eq 'admin' ) {
116
- 

Return to bug 4461