synch'ing 2.2 and head
[koha.git] / opac / opac-readingrecord.pl
index bedd451..4afae6e 100755 (executable)
@@ -51,6 +51,8 @@ foreach my $row (@$issues) {
 $template->param(count => $count);
 $template->param(READING_RECORD => $issues,
                             LibraryName => C4::Context->preference("LibraryName"),
+                               suggestion => C4::Context->preference("suggestion"),
+                               virtualshelves => C4::Context->preference("virtualshelves"),
 );