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 |
- |
|
|