Bug 20489: Prevent DB user login
[koha.git] / members / statistics.pl
index c268f0e..2e3087e 100755 (executable)
@@ -84,10 +84,6 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
     );
 }
 
-$template->param( picture => 1 ) if $patron->image;
-
-$template->param( adultborrower => 1 ) if ( $category->category_type eq 'A' || $category->category_type eq 'I' );
-
 $template->param(
     patron             => $patron,
     statisticsview     => 1,