@@ -, +, @@ --- opac/opac-reportproblem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-reportproblem.pl +++ a/opac/opac-reportproblem.pl @@ -110,7 +110,7 @@ if ( $op eq 'addreport' ) { letter => $letter, borrowernumber => $borrowernumber, message_transport_type => $transport, - to_address => $library->branchemail, + to_address => $library->get_effective_email, reply_address => $reply_address, }); } --