From 5974c9f86d6d7b523f54cd7a2e8f39187c22e086 Mon Sep 17 00:00:00 2001 From: joshferraro Date: Tue, 31 May 2005 14:23:08 +0000 Subject: [PATCH] fix for bug 981 --- opac/opac-userdetails.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ); -- 2.39.2