fix for bug 981

This commit is contained in:
joshferraro 2005-05-31 14:23:08 +00:00
parent 113a1f8f50
commit 5974c9f86d

View file

@ -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"),
);