diff --git a/opac/opac-userdetails.pl b/opac/opac-userdetails.pl index 689571fe5a..59096cb43e 100755 --- a/opac/opac-userdetails.pl +++ b/opac/opac-userdetails.pl @@ -31,7 +31,7 @@ $borr->{'ethnicity'} = fixEthnicity($borr->{'ethnicity'}); $template->param($borr); -$template->param(LibraryName => C4::Context->preference("LibraryName") +$template->param(LibraryName => C4::Context->preference("LibraryName"), suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), );