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

(-)a/opac/svc/patron_notes (-2 / +1 lines)
Lines 90-96 if ($is_ajax) { Link Here
90
                    },
90
                    },
91
                );
91
                );
92
92
93
                my $to_address = $branch->branchemail || $branch->branchreplyto || C4::Context->ReplytoDefault || C4::Context->preference('KohaAdminEmailAddress');
93
                my $to_address = $branch->branchemail || $branch->branchreplyto || C4::Context->preference('ReplytoDefault') || C4::Context->preference('KohaAdminEmailAddress');
94
                my $from_address = $patron->email || $patron->emailpro || $patron->B_email;
94
                my $from_address = $patron->email || $patron->emailpro || $patron->B_email;
95
95
96
                C4::Letters::EnqueueLetter({
96
                C4::Letters::EnqueueLetter({
97
- 

Return to bug 19496