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

(-)a/opac/opac-memberentry.pl (-2 lines)
Lines 298-305 if ( $op eq 'cud-create' ) { Link Here
298
                }
298
                }
299
299
300
            }
300
            }
301
            $template->param( PatronSelfRegistrationAdditionalInstructions =>
302
                    C4::Context->preference('PatronSelfRegistrationAdditionalInstructions') );
303
        }
301
        }
304
    }
302
    }
305
} elsif ( $op eq 'cud-update' ) {
303
} elsif ( $op eq 'cud-update' ) {
(-)a/opac/opac-registration-verify.pl (-4 lines)
Lines 161-169 if ( $rego_found Link Here
161
            $patron->notify_library_of_registration($notify_library);
161
            $patron->notify_library_of_registration($notify_library);
162
        }
162
        }
163
163
164
        $template->param( PatronSelfRegistrationAdditionalInstructions =>
165
                C4::Context->preference('PatronSelfRegistrationAdditionalInstructions') );
166
167
        my ( $theme, $news_lang, $availablethemes ) = C4::Templates::themelanguage(
164
        my ( $theme, $news_lang, $availablethemes ) = C4::Templates::themelanguage(
168
            C4::Context->config('opachtdocs'), 'opac-registration-confirmation.tt',
165
            C4::Context->config('opachtdocs'), 'opac-registration-confirmation.tt',
169
            'opac',                            $cgi
166
            'opac',                            $cgi
170
- 

Return to bug 39737