@@ -, +, @@ back into the catalog - Create a list - Email yourself the list Note: Email is sent directly and not via messagequeue table - Verify the links back into the catalog are missing http(s):// - Apply the patch - Email yourself the list again - Verify the links are now ok and working --- opac/opac-sendshelf.pl | 4 ---- 1 file changed, 4 deletions(-) --- a/opac/opac-sendshelf.pl +++ a/opac/opac-sendshelf.pl @@ -107,10 +107,6 @@ if ( $email ) { my $user = GetMember(borrowernumber => $borrowernumber); - if (C4::Context->preference('OPACBaseURL')){ - $template2->param( OPACBaseURL => C4::Context->preference('OPACBaseURL') ); - } - $template2->param( BIBLIO_RESULTS => \@results, email_sender => $email_from, --