Bug 13234: On-site checkouts - OPAC
[srvgit] / opac / opac-readingrecord.pl
index 4f16c66..6e38cfd 100755 (executable)
@@ -35,7 +35,7 @@ use C4::Charset qw(StripNonXmlChars);
 my $query = new CGI;
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "opac-readingrecord.tmpl",
+        template_name   => "opac-readingrecord.tt",
         query           => $query,
         type            => "opac",
         authnotrequired => 0,
@@ -139,7 +139,6 @@ for(qw(AmazonCoverImages GoogleJackets)) {  # BakerTaylorEnabled handled above
 $template->param(
     READING_RECORD => $issues,
     limit          => $limit,
-    showfulllink   => 1,
     readingrecview => 1,
     OPACMySummaryHTML => $opac_summary_html ? 1 : 0,
 );