Bug 15400: Display date of birth and age more consistantly
[koha.git] / members / moremember.pl
index 656ee35..93efa7a 100755 (executable)
@@ -122,7 +122,6 @@ if ( !$patron->is_valid_age ) {
     $template->param( age_low => $patron->category->dateofbirthrequired );
     $template->param( age_high => $patron->category->upperagelimit );
 }
-$template->param( age => $patron->get_age );
 
 # Generate CSRF token for upload and delete image buttons
 $template->param(