Bug 18423 - Add child button not always appearing - problem in template variable
[koha.git] / members / readingrec.pl
index ed58f1c..bb4b316 100755 (executable)
@@ -126,8 +126,6 @@ $template->param(
     categoryname      => $data->{description},
     is_child          => ( $data->{category_type} eq 'C' ),
     loop_reading      => $issues,
-    activeBorrowerRelationship =>
-      ( C4::Context->preference('borrowerRelationship') ne '' ),
     RoutingSerials => C4::Context->preference('RoutingSerials'),
 );
 output_html_with_http_headers $input, $cookie, $template->output;