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

(-)a/opac/opac-memberentry.pl (-1 / +3 lines)
Lines 194-199 if ( $action eq 'create' ) { Link Here
194
                      C4::Context->preference('KohaAdminEmailAddress'),
194
                      C4::Context->preference('KohaAdminEmailAddress'),
195
                }
195
                }
196
            );
196
            );
197
            my $num_letters_attempted = C4::Letters::SendQueuedMessages( {
198
                    letter_code => 'OPAC_REG_VERIFY'
199
                    } );
197
        }
200
        }
198
        else {
201
        else {
199
            ( $template, $borrowernumber, $cookie ) = get_template_and_user(
202
            ( $template, $borrowernumber, $cookie ) = get_template_and_user(
200
- 

Return to bug 21390