Fix for Bug 5280 - Fix password field so that the password is masked as it is entered
[koha_fer] / members / readingrec.pl
index b4fb8a7..c4a8237 100755 (executable)
@@ -133,6 +133,7 @@ $template->param(
                                                branchname => GetBranchName($data->{'branchcode'}),
                                                showfulllink => (scalar @loop_reading > 50),                                    
                                                loop_reading => \@loop_reading,
+                                               activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
 );
 output_html_with_http_headers $input, $cookie, $template->output;